Skip to content

Commit cfc3a31

Browse files
committed
Upgrade rails to 3.2.21
1 parent 5262096 commit cfc3a31

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
@@ -34,31 +34,31 @@ PATH
3434
GEM
3535
remote: https://rubygems.org/
3636
specs:
37-
actionmailer (3.2.19)
38-
actionpack (= 3.2.19)
37+
actionmailer (3.2.21)
38+
actionpack (= 3.2.21)
3939
mail (~> 2.5.4)
40-
actionpack (3.2.19)
41-
activemodel (= 3.2.19)
42-
activesupport (= 3.2.19)
40+
actionpack (3.2.21)
41+
activemodel (= 3.2.21)
42+
activesupport (= 3.2.21)
4343
builder (~> 3.0.0)
4444
erubis (~> 2.7.0)
4545
journey (~> 1.0.4)
4646
rack (~> 1.4.5)
4747
rack-cache (~> 1.2)
4848
rack-test (~> 0.6.1)
4949
sprockets (~> 2.2.1)
50-
activemodel (3.2.19)
51-
activesupport (= 3.2.19)
50+
activemodel (3.2.21)
51+
activesupport (= 3.2.21)
5252
builder (~> 3.0.0)
53-
activerecord (3.2.19)
54-
activemodel (= 3.2.19)
55-
activesupport (= 3.2.19)
53+
activerecord (3.2.21)
54+
activemodel (= 3.2.21)
55+
activesupport (= 3.2.21)
5656
arel (~> 3.0.2)
5757
tzinfo (~> 0.3.29)
58-
activeresource (3.2.19)
59-
activemodel (= 3.2.19)
60-
activesupport (= 3.2.19)
61-
activesupport (3.2.19)
58+
activeresource (3.2.21)
59+
activemodel (= 3.2.21)
60+
activesupport (= 3.2.21)
61+
activesupport (3.2.21)
6262
i18n (~> 0.6, >= 0.6.4)
6363
multi_json (~> 1.0)
6464
arel (3.0.3)
@@ -156,17 +156,17 @@ GEM
156156
rack
157157
rack-test (0.6.2)
158158
rack (>= 1.0)
159-
rails (3.2.19)
160-
actionmailer (= 3.2.19)
161-
actionpack (= 3.2.19)
162-
activerecord (= 3.2.19)
163-
activeresource (= 3.2.19)
164-
activesupport (= 3.2.19)
159+
rails (3.2.21)
160+
actionmailer (= 3.2.21)
161+
actionpack (= 3.2.21)
162+
activerecord (= 3.2.21)
163+
activeresource (= 3.2.21)
164+
activesupport (= 3.2.21)
165165
bundler (~> 1.0)
166-
railties (= 3.2.19)
167-
railties (3.2.19)
168-
actionpack (= 3.2.19)
169-
activesupport (= 3.2.19)
166+
railties (= 3.2.21)
167+
railties (3.2.21)
168+
actionpack (= 3.2.21)
169+
activesupport (= 3.2.21)
170170
rack-ssl (~> 1.3.2)
171171
rake (>= 0.8.7)
172172
rdoc (~> 3.4)

0 commit comments

Comments
 (0)