Skip to content

Commit 21170f9

Browse files
committed
security patch of the day
1 parent 7945b6e commit 21170f9

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
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.20'
4+
gem 'rails', '3.2.21'
55

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

Gemfile.lock

Lines changed: 25 additions & 25 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.20)
50-
actionpack (= 3.2.20)
49+
actionmailer (3.2.21)
50+
actionpack (= 3.2.21)
5151
mail (~> 2.5.4)
52-
actionpack (3.2.20)
53-
activemodel (= 3.2.20)
54-
activesupport (= 3.2.20)
52+
actionpack (3.2.21)
53+
activemodel (= 3.2.21)
54+
activesupport (= 3.2.21)
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.20)
74-
activesupport (= 3.2.20)
73+
activemodel (3.2.21)
74+
activesupport (= 3.2.21)
7575
builder (~> 3.0.0)
76-
activerecord (3.2.20)
77-
activemodel (= 3.2.20)
78-
activesupport (= 3.2.20)
76+
activerecord (3.2.21)
77+
activemodel (= 3.2.21)
78+
activesupport (= 3.2.21)
7979
arel (~> 3.0.2)
8080
tzinfo (~> 0.3.29)
81-
activeresource (3.2.20)
82-
activemodel (= 3.2.20)
83-
activesupport (= 3.2.20)
84-
activesupport (3.2.20)
81+
activeresource (3.2.21)
82+
activemodel (= 3.2.21)
83+
activesupport (= 3.2.21)
84+
activesupport (3.2.21)
8585
i18n (~> 0.6, >= 0.6.4)
8686
multi_json (~> 1.0)
8787
arel (3.0.3)
@@ -191,17 +191,17 @@ GEM
191191
rack
192192
rack-test (0.6.2)
193193
rack (>= 1.0)
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)
194+
rails (3.2.21)
195+
actionmailer (= 3.2.21)
196+
actionpack (= 3.2.21)
197+
activerecord (= 3.2.21)
198+
activeresource (= 3.2.21)
199+
activesupport (= 3.2.21)
200200
bundler (~> 1.0)
201-
railties (= 3.2.20)
202-
railties (3.2.20)
203-
actionpack (= 3.2.20)
204-
activesupport (= 3.2.20)
201+
railties (= 3.2.21)
202+
railties (3.2.21)
203+
actionpack (= 3.2.21)
204+
activesupport (= 3.2.21)
205205
rack-ssl (~> 1.3.2)
206206
rake (>= 0.8.7)
207207
rdoc (~> 3.4)
@@ -311,7 +311,7 @@ DEPENDENCIES
311311
newrelic_rpm
312312
paperclip
313313
paperclip-aws
314-
rails (= 3.2.20)
314+
rails (= 3.2.21)
315315
rails-dev-boost!
316316
resque
317317
rspec

0 commit comments

Comments
 (0)