コミットメタ情報

リビジョン075baa79812d18d651031abed9ffc7dda123d1ac (tree)
日時2013-02-12 10:54:50
作者eagletmt <eagletmt@gmai...>
コミッターeagletmt

ログメッセージ

Update json gem to fix CVE-2013-0269

I also updated to Rails 3.2.12 which fixes CVE-2013-0276, but it doesn't
affect to this application.

変更サマリ

差分

--- a/CutenServer/Gemfile
+++ b/CutenServer/Gemfile
@@ -1,6 +1,6 @@
11 source 'https://rubygems.org'
22
3-gem 'rails', '3.2.11'
3+gem 'rails', '3.2.12'
44
55 # Bundle edge Rails instead:
66 # gem 'rails', :git => 'git://github.com/rails/rails.git'
--- a/CutenServer/Gemfile.lock
+++ b/CutenServer/Gemfile.lock
@@ -1,31 +1,31 @@
11 GEM
22 remote: https://rubygems.org/
33 specs:
4- actionmailer (3.2.11)
5- actionpack (= 3.2.11)
4+ actionmailer (3.2.12)
5+ actionpack (= 3.2.12)
66 mail (~> 2.4.4)
7- actionpack (3.2.11)
8- activemodel (= 3.2.11)
9- activesupport (= 3.2.11)
7+ actionpack (3.2.12)
8+ activemodel (= 3.2.12)
9+ activesupport (= 3.2.12)
1010 builder (~> 3.0.0)
1111 erubis (~> 2.7.0)
1212 journey (~> 1.0.4)
13- rack (~> 1.4.0)
13+ rack (~> 1.4.5)
1414 rack-cache (~> 1.2)
1515 rack-test (~> 0.6.1)
1616 sprockets (~> 2.2.1)
17- activemodel (3.2.11)
18- activesupport (= 3.2.11)
17+ activemodel (3.2.12)
18+ activesupport (= 3.2.12)
1919 builder (~> 3.0.0)
20- activerecord (3.2.11)
21- activemodel (= 3.2.11)
22- activesupport (= 3.2.11)
20+ activerecord (3.2.12)
21+ activemodel (= 3.2.12)
22+ activesupport (= 3.2.12)
2323 arel (~> 3.0.2)
2424 tzinfo (~> 0.3.29)
25- activeresource (3.2.11)
26- activemodel (= 3.2.11)
27- activesupport (= 3.2.11)
28- activesupport (3.2.11)
25+ activeresource (3.2.12)
26+ activemodel (= 3.2.12)
27+ activesupport (= 3.2.12)
28+ activesupport (3.2.12)
2929 i18n (~> 0.6)
3030 multi_json (~> 1.0)
3131 arel (3.0.2)
@@ -90,7 +90,7 @@ GEM
9090 jquery-rails (2.1.4)
9191 railties (>= 3.0, < 5.0)
9292 thor (>= 0.14, < 2.0)
93- json (1.7.6)
93+ json (1.7.7)
9494 kgio (2.7.4)
9595 libv8 (3.11.8.13)
9696 listen (0.7.1)
@@ -100,8 +100,8 @@ GEM
100100 mime-types (~> 1.16)
101101 treetop (~> 1.4.8)
102102 method_source (0.8.1)
103- mime-types (1.19)
104- multi_json (1.5.0)
103+ mime-types (1.21)
104+ multi_json (1.5.1)
105105 nokogiri (1.5.6)
106106 open4 (1.3.0)
107107 orm_adapter (0.4.0)
@@ -128,31 +128,31 @@ GEM
128128 pry (>= 0.9.10)
129129 pry-stack_explorer (0.4.7)
130130 binding_of_caller (~> 0.6.8)
131- rack (1.4.3)
131+ rack (1.4.5)
132132 rack-cache (1.2)
133133 rack (>= 0.4)
134- rack-ssl (1.3.2)
134+ rack-ssl (1.3.3)
135135 rack
136136 rack-test (0.6.2)
137137 rack (>= 1.0)
138- rails (3.2.11)
139- actionmailer (= 3.2.11)
140- actionpack (= 3.2.11)
141- activerecord (= 3.2.11)
142- activeresource (= 3.2.11)
143- activesupport (= 3.2.11)
138+ rails (3.2.12)
139+ actionmailer (= 3.2.12)
140+ actionpack (= 3.2.12)
141+ activerecord (= 3.2.12)
142+ activeresource (= 3.2.12)
143+ activesupport (= 3.2.12)
144144 bundler (~> 1.0)
145- railties (= 3.2.11)
146- railties (3.2.11)
147- actionpack (= 3.2.11)
148- activesupport (= 3.2.11)
145+ railties (= 3.2.12)
146+ railties (3.2.12)
147+ actionpack (= 3.2.12)
148+ activesupport (= 3.2.12)
149149 rack-ssl (~> 1.3.2)
150150 rake (>= 0.8.7)
151151 rdoc (~> 3.4)
152152 thor (>= 0.14.6, < 2.0)
153153 raindrops (0.10.0)
154154 rake (10.0.3)
155- rdoc (3.12)
155+ rdoc (3.12.1)
156156 json (~> 1.4)
157157 ref (1.0.2)
158158 sass (3.2.5)
@@ -180,7 +180,7 @@ GEM
180180 therubyracer (0.11.1)
181181 libv8 (~> 3.11.8.7)
182182 ref
183- thor (0.16.0)
183+ thor (0.17.0)
184184 tilt (1.3.3)
185185 treetop (1.4.12)
186186 polyglot
@@ -217,7 +217,7 @@ DEPENDENCIES
217217 pry-doc
218218 pry-exception_explorer
219219 pry-rails
220- rails (= 3.2.11)
220+ rails (= 3.2.12)
221221 sass-rails (~> 3.2.3)
222222 simplecov
223223 spork-rails
旧リポジトリブラウザで表示