Skip to content

Commit 4d723bd

Browse files
committedJun 17, 2015
update rails version
1 parent b90077a commit 4d723bd

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

‎Gemfile.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ GEM
33
remote: https://rails-assets.org/
44
specs:
55
CFPropertyList (2.3.1)
6-
actionmailer (3.2.21)
7-
actionpack (= 3.2.21)
6+
actionmailer (3.2.22)
7+
actionpack (= 3.2.22)
88
mail (~> 2.5.4)
9-
actionpack (3.2.21)
10-
activemodel (= 3.2.21)
11-
activesupport (= 3.2.21)
9+
actionpack (3.2.22)
10+
activemodel (= 3.2.22)
11+
activesupport (= 3.2.22)
1212
builder (~> 3.0.0)
1313
erubis (~> 2.7.0)
1414
journey (~> 1.0.4)
1515
rack (~> 1.4.5)
1616
rack-cache (~> 1.2)
1717
rack-test (~> 0.6.1)
1818
sprockets (~> 2.2.1)
19-
activemodel (3.2.21)
20-
activesupport (= 3.2.21)
19+
activemodel (3.2.22)
20+
activesupport (= 3.2.22)
2121
builder (~> 3.0.0)
22-
activerecord (3.2.21)
23-
activemodel (= 3.2.21)
24-
activesupport (= 3.2.21)
22+
activerecord (3.2.22)
23+
activemodel (= 3.2.22)
24+
activesupport (= 3.2.22)
2525
arel (~> 3.0.2)
2626
tzinfo (~> 0.3.29)
27-
activeresource (3.2.21)
28-
activemodel (= 3.2.21)
29-
activesupport (= 3.2.21)
30-
activesupport (3.2.21)
27+
activeresource (3.2.22)
28+
activemodel (= 3.2.22)
29+
activesupport (= 3.2.22)
30+
activesupport (3.2.22)
3131
i18n (~> 0.6, >= 0.6.4)
3232
multi_json (~> 1.0)
3333
acts-as-taggable-on (3.5.0)
@@ -362,7 +362,7 @@ GEM
362362
jquery-rails (2.0.3)
363363
railties (>= 3.1.0, < 5.0)
364364
thor (~> 0.14)
365-
json (1.8.2)
365+
json (1.8.3)
366366
jwt (0.1.13)
367367
multi_json (>= 1.5)
368368
kaminari (0.16.3)
@@ -401,7 +401,7 @@ GEM
401401
escape
402402
json
403403
rack
404-
multi_json (1.11.0)
404+
multi_json (1.11.1)
405405
multi_xml (0.5.5)
406406
multipart-post (1.2.0)
407407
nenv (0.2.0)
@@ -495,14 +495,14 @@ GEM
495495
rack_session_access (0.1.1)
496496
builder (>= 2.0.0)
497497
rack (>= 1.0.0)
498-
rails (3.2.21)
499-
actionmailer (= 3.2.21)
500-
actionpack (= 3.2.21)
501-
activerecord (= 3.2.21)
502-
activeresource (= 3.2.21)
503-
activesupport (= 3.2.21)
498+
rails (3.2.22)
499+
actionmailer (= 3.2.22)
500+
actionpack (= 3.2.22)
501+
activerecord (= 3.2.22)
502+
activeresource (= 3.2.22)
503+
activesupport (= 3.2.22)
504504
bundler (~> 1.0)
505-
railties (= 3.2.21)
505+
railties (= 3.2.22)
506506
rails-assets-font-awesome (4.3.0)
507507
rails-assets-jquery (2.1.4)
508508
rails-assets-jquery-cookie (1.4.0)
@@ -521,9 +521,9 @@ GEM
521521
rails (> 3.1)
522522
rails_serve_static_assets (0.0.4)
523523
rails_stdout_logging (0.0.3)
524-
railties (3.2.21)
525-
actionpack (= 3.2.21)
526-
activesupport (= 3.2.21)
524+
railties (3.2.22)
525+
actionpack (= 3.2.22)
526+
activesupport (= 3.2.22)
527527
rack-ssl (~> 1.3.2)
528528
rake (>= 0.8.7)
529529
rdoc (~> 3.4)

0 commit comments

Comments
 (0)
Please sign in to comment.