Skip to content

Commit 7945b6e

Browse files
committed
new Rails to deal with security thing yet again
1 parent aff34a5 commit 7945b6e

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '1.9.3'
33

4-
gem 'rails', '3.2.19'
4+
gem 'rails', '3.2.20'
55

66
# Bundle edge Rails instead:
77
# gem 'rails', :git => 'git://github.com/rails/rails.git'

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ GEM
4646
remote: https://rubygems.org/
4747
specs:
4848
aasm (3.0.23)
49-
actionmailer (3.2.19)
50-
actionpack (= 3.2.19)
49+
actionmailer (3.2.20)
50+
actionpack (= 3.2.20)
5151
mail (~> 2.5.4)
52-
actionpack (3.2.19)
53-
activemodel (= 3.2.19)
54-
activesupport (= 3.2.19)
52+
actionpack (3.2.20)
53+
activemodel (= 3.2.20)
54+
activesupport (= 3.2.20)
5555
builder (~> 3.0.0)
5656
erubis (~> 2.7.0)
5757
journey (~> 1.0.4)
@@ -70,18 +70,18 @@ GEM
7070
json (~> 1.7)
7171
money (< 6.0.0)
7272
nokogiri (~> 1.4)
73-
activemodel (3.2.19)
74-
activesupport (= 3.2.19)
73+
activemodel (3.2.20)
74+
activesupport (= 3.2.20)
7575
builder (~> 3.0.0)
76-
activerecord (3.2.19)
77-
activemodel (= 3.2.19)
78-
activesupport (= 3.2.19)
76+
activerecord (3.2.20)
77+
activemodel (= 3.2.20)
78+
activesupport (= 3.2.20)
7979
arel (~> 3.0.2)
8080
tzinfo (~> 0.3.29)
81-
activeresource (3.2.19)
82-
activemodel (= 3.2.19)
83-
activesupport (= 3.2.19)
84-
activesupport (3.2.19)
81+
activeresource (3.2.20)
82+
activemodel (= 3.2.20)
83+
activesupport (= 3.2.20)
84+
activesupport (3.2.20)
8585
i18n (~> 0.6, >= 0.6.4)
8686
multi_json (~> 1.0)
8787
arel (3.0.3)
@@ -141,7 +141,7 @@ GEM
141141
hashie (3.2.0)
142142
hike (1.2.3)
143143
hirb (0.7.1)
144-
i18n (0.6.9)
144+
i18n (0.6.11)
145145
jbuilder (1.5.2)
146146
activesupport (>= 3.0.0)
147147
multi_json (>= 1.2.0)
@@ -191,17 +191,17 @@ GEM
191191
rack
192192
rack-test (0.6.2)
193193
rack (>= 1.0)
194-
rails (3.2.19)
195-
actionmailer (= 3.2.19)
196-
actionpack (= 3.2.19)
197-
activerecord (= 3.2.19)
198-
activeresource (= 3.2.19)
199-
activesupport (= 3.2.19)
194+
rails (3.2.20)
195+
actionmailer (= 3.2.20)
196+
actionpack (= 3.2.20)
197+
activerecord (= 3.2.20)
198+
activeresource (= 3.2.20)
199+
activesupport (= 3.2.20)
200200
bundler (~> 1.0)
201-
railties (= 3.2.19)
202-
railties (3.2.19)
203-
actionpack (= 3.2.19)
204-
activesupport (= 3.2.19)
201+
railties (= 3.2.20)
202+
railties (3.2.20)
203+
actionpack (= 3.2.20)
204+
activesupport (= 3.2.20)
205205
rack-ssl (~> 1.3.2)
206206
rake (>= 0.8.7)
207207
rdoc (~> 3.4)
@@ -255,7 +255,7 @@ GEM
255255
rack (~> 1.4)
256256
rack-protection (~> 1.4)
257257
tilt (~> 1.3, >= 1.3.4)
258-
sprockets (2.2.2)
258+
sprockets (2.2.3)
259259
hike (~> 1.2)
260260
multi_json (~> 1.0)
261261
rack (~> 1.0)
@@ -267,7 +267,7 @@ GEM
267267
treetop (1.4.15)
268268
polyglot
269269
polyglot (>= 0.3.1)
270-
tzinfo (0.3.39)
270+
tzinfo (0.3.42)
271271
uglifier (2.3.0)
272272
execjs (>= 0.3.0)
273273
json (>= 1.8.0)
@@ -311,7 +311,7 @@ DEPENDENCIES
311311
newrelic_rpm
312312
paperclip
313313
paperclip-aws
314-
rails (= 3.2.19)
314+
rails (= 3.2.20)
315315
rails-dev-boost!
316316
resque
317317
rspec

0 commit comments

Comments
 (0)