Skip to content

Commit 0964977

Browse files
committed
Upgrade to latest Rails 3.2.x
1 parent 2a115f3 commit 0964977

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ GIT
3838
GEM
3939
remote: https://rubygems.org/
4040
specs:
41-
actionmailer (3.2.17)
42-
actionpack (= 3.2.17)
41+
actionmailer (3.2.18)
42+
actionpack (= 3.2.18)
4343
mail (~> 2.5.4)
44-
actionpack (3.2.17)
45-
activemodel (= 3.2.17)
46-
activesupport (= 3.2.17)
44+
actionpack (3.2.18)
45+
activemodel (= 3.2.18)
46+
activesupport (= 3.2.18)
4747
builder (~> 3.0.0)
4848
erubis (~> 2.7.0)
4949
journey (~> 1.0.4)
@@ -53,18 +53,18 @@ GEM
5353
sprockets (~> 2.2.1)
5454
active_model_serializers (0.6.0)
5555
activemodel (>= 3.0)
56-
activemodel (3.2.17)
57-
activesupport (= 3.2.17)
56+
activemodel (3.2.18)
57+
activesupport (= 3.2.18)
5858
builder (~> 3.0.0)
59-
activerecord (3.2.17)
60-
activemodel (= 3.2.17)
61-
activesupport (= 3.2.17)
59+
activerecord (3.2.18)
60+
activemodel (= 3.2.18)
61+
activesupport (= 3.2.18)
6262
arel (~> 3.0.2)
6363
tzinfo (~> 0.3.29)
64-
activeresource (3.2.17)
65-
activemodel (= 3.2.17)
66-
activesupport (= 3.2.17)
67-
activesupport (3.2.17)
64+
activeresource (3.2.18)
65+
activemodel (= 3.2.18)
66+
activesupport (= 3.2.18)
67+
activesupport (3.2.18)
6868
i18n (~> 0.6, >= 0.6.4)
6969
multi_json (~> 1.0)
7070
acts_as_commentable (2.0.1)
@@ -411,24 +411,24 @@ GEM
411411
rack-test (0.6.2)
412412
rack (>= 1.0)
413413
rack-timeout (0.0.4)
414-
rails (3.2.17)
415-
actionmailer (= 3.2.17)
416-
actionpack (= 3.2.17)
417-
activerecord (= 3.2.17)
418-
activeresource (= 3.2.17)
419-
activesupport (= 3.2.17)
414+
rails (3.2.18)
415+
actionmailer (= 3.2.18)
416+
actionpack (= 3.2.18)
417+
activerecord (= 3.2.18)
418+
activeresource (= 3.2.18)
419+
activesupport (= 3.2.18)
420420
bundler (~> 1.0)
421-
railties (= 3.2.17)
421+
railties (= 3.2.18)
422422
rails_12factor (0.0.2)
423423
rails_serve_static_assets
424424
rails_stdout_logging
425425
rails_autolink (1.0.9)
426426
rails (~> 3.1)
427427
rails_serve_static_assets (0.0.1)
428428
rails_stdout_logging (0.0.2)
429-
railties (3.2.17)
430-
actionpack (= 3.2.17)
431-
activesupport (= 3.2.17)
429+
railties (3.2.18)
430+
actionpack (= 3.2.18)
431+
activesupport (= 3.2.18)
432432
rack-ssl (~> 1.3.2)
433433
rake (>= 0.8.7)
434434
rdoc (~> 3.4)

0 commit comments

Comments
 (0)