Skip to content

Commit 757ac37

Browse files
committed
security update yay
1 parent e990ea2 commit 757ac37

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
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.21'
4+
gem 'rails', '3.2.22'
55

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

Gemfile.lock

Lines changed: 31 additions & 31 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.21)
50-
actionpack (= 3.2.21)
49+
actionmailer (3.2.22)
50+
actionpack (= 3.2.22)
5151
mail (~> 2.5.4)
52-
actionpack (3.2.21)
53-
activemodel (= 3.2.21)
54-
activesupport (= 3.2.21)
52+
actionpack (3.2.22)
53+
activemodel (= 3.2.22)
54+
activesupport (= 3.2.22)
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.21)
74-
activesupport (= 3.2.21)
73+
activemodel (3.2.22)
74+
activesupport (= 3.2.22)
7575
builder (~> 3.0.0)
76-
activerecord (3.2.21)
77-
activemodel (= 3.2.21)
78-
activesupport (= 3.2.21)
76+
activerecord (3.2.22)
77+
activemodel (= 3.2.22)
78+
activesupport (= 3.2.22)
7979
arel (~> 3.0.2)
8080
tzinfo (~> 0.3.29)
81-
activeresource (3.2.21)
82-
activemodel (= 3.2.21)
83-
activesupport (= 3.2.21)
84-
activesupport (3.2.21)
81+
activeresource (3.2.22)
82+
activemodel (= 3.2.22)
83+
activesupport (= 3.2.22)
84+
activesupport (3.2.22)
8585
i18n (~> 0.6, >= 0.6.4)
8686
multi_json (~> 1.0)
8787
arel (3.0.3)
@@ -153,7 +153,7 @@ GEM
153153
jquery-rails (3.0.4)
154154
railties (>= 3.0, < 5.0)
155155
thor (>= 0.14, < 2.0)
156-
json (1.8.1)
156+
json (1.8.3)
157157
juggernaut (2.1.1)
158158
redis
159159
listen (1.1.6)
@@ -168,7 +168,7 @@ GEM
168168
money (5.1.1)
169169
i18n (~> 0.6.0)
170170
mono_logger (1.1.0)
171-
multi_json (1.10.1)
171+
multi_json (1.11.1)
172172
multipart-post (2.0.0)
173173
mysql2 (0.3.13)
174174
net-http-spy (0.2.1)
@@ -186,7 +186,7 @@ GEM
186186
aws-sdk (>= 1.2.0)
187187
paperclip (>= 2.5.0)
188188
polyglot (0.3.5)
189-
rack (1.4.5)
189+
rack (1.4.7)
190190
rack-attack (4.2.0)
191191
rack
192192
rack-cache (1.2)
@@ -195,24 +195,24 @@ GEM
195195
rack
196196
rack-ssl (1.3.4)
197197
rack
198-
rack-test (0.6.2)
198+
rack-test (0.6.3)
199199
rack (>= 1.0)
200-
rails (3.2.21)
201-
actionmailer (= 3.2.21)
202-
actionpack (= 3.2.21)
203-
activerecord (= 3.2.21)
204-
activeresource (= 3.2.21)
205-
activesupport (= 3.2.21)
200+
rails (3.2.22)
201+
actionmailer (= 3.2.22)
202+
actionpack (= 3.2.22)
203+
activerecord (= 3.2.22)
204+
activeresource (= 3.2.22)
205+
activesupport (= 3.2.22)
206206
bundler (~> 1.0)
207-
railties (= 3.2.21)
208-
railties (3.2.21)
209-
actionpack (= 3.2.21)
210-
activesupport (= 3.2.21)
207+
railties (= 3.2.22)
208+
railties (3.2.22)
209+
actionpack (= 3.2.22)
210+
activesupport (= 3.2.22)
211211
rack-ssl (~> 1.3.2)
212212
rake (>= 0.8.7)
213213
rdoc (~> 3.4)
214214
thor (>= 0.14.6, < 2.0)
215-
rake (10.3.2)
215+
rake (10.4.2)
216216
rb-fsevent (0.9.3)
217217
rb-inotify (0.9.2)
218218
ffi (>= 0.5.0)
@@ -274,7 +274,7 @@ GEM
274274
treetop (1.4.15)
275275
polyglot
276276
polyglot (>= 0.3.1)
277-
tzinfo (0.3.42)
277+
tzinfo (0.3.44)
278278
uglifier (2.3.0)
279279
execjs (>= 0.3.0)
280280
json (>= 1.8.0)
@@ -322,7 +322,7 @@ DEPENDENCIES
322322
paperclip
323323
paperclip-aws
324324
rack-attack
325-
rails (= 3.2.21)
325+
rails (= 3.2.22)
326326
rails-dev-boost!
327327
resque
328328
rspec

0 commit comments

Comments
 (0)