Skip to content

Commit 94ea86f

Browse files
committed
rails 3.2.19 -> 3.2.21
1 parent c17e218 commit 94ea86f

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Gemfile.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ GEM
5252
remote: https://rubygems.org/
5353
remote: https://rails-assets.org/
5454
specs:
55-
actionmailer (3.2.19)
56-
actionpack (= 3.2.19)
55+
actionmailer (3.2.21)
56+
actionpack (= 3.2.21)
5757
mail (~> 2.5.4)
58-
actionpack (3.2.19)
59-
activemodel (= 3.2.19)
60-
activesupport (= 3.2.19)
58+
actionpack (3.2.21)
59+
activemodel (= 3.2.21)
60+
activesupport (= 3.2.21)
6161
builder (~> 3.0.0)
6262
erubis (~> 2.7.0)
6363
journey (~> 1.0.4)
@@ -67,18 +67,18 @@ GEM
6767
sprockets (~> 2.2.1)
6868
active_model_serializers (0.9.0)
6969
activemodel (>= 3.2)
70-
activemodel (3.2.19)
71-
activesupport (= 3.2.19)
70+
activemodel (3.2.21)
71+
activesupport (= 3.2.21)
7272
builder (~> 3.0.0)
73-
activerecord (3.2.19)
74-
activemodel (= 3.2.19)
75-
activesupport (= 3.2.19)
73+
activerecord (3.2.21)
74+
activemodel (= 3.2.21)
75+
activesupport (= 3.2.21)
7676
arel (~> 3.0.2)
7777
tzinfo (~> 0.3.29)
78-
activeresource (3.2.19)
79-
activemodel (= 3.2.19)
80-
activesupport (= 3.2.19)
81-
activesupport (3.2.19)
78+
activeresource (3.2.21)
79+
activemodel (= 3.2.21)
80+
activesupport (= 3.2.21)
81+
activesupport (3.2.21)
8282
i18n (~> 0.6, >= 0.6.4)
8383
multi_json (~> 1.0)
8484
acts_as_commentable (2.0.1)
@@ -528,14 +528,14 @@ GEM
528528
rack_session_access (0.1.1)
529529
builder (>= 2.0.0)
530530
rack (>= 1.0.0)
531-
rails (3.2.19)
532-
actionmailer (= 3.2.19)
533-
actionpack (= 3.2.19)
534-
activerecord (= 3.2.19)
535-
activeresource (= 3.2.19)
536-
activesupport (= 3.2.19)
531+
rails (3.2.21)
532+
actionmailer (= 3.2.21)
533+
actionpack (= 3.2.21)
534+
activerecord (= 3.2.21)
535+
activeresource (= 3.2.21)
536+
activesupport (= 3.2.21)
537537
bundler (~> 1.0)
538-
railties (= 3.2.19)
538+
railties (= 3.2.21)
539539
rails-assets-font-awesome (4.1.0)
540540
rails-assets-jquery (1.8.3.1)
541541
rails-assets-jquery-cookie (1.4.0)
@@ -554,15 +554,15 @@ GEM
554554
rails (> 3.1)
555555
rails_serve_static_assets (0.0.2)
556556
rails_stdout_logging (0.0.3)
557-
railties (3.2.19)
558-
actionpack (= 3.2.19)
559-
activesupport (= 3.2.19)
557+
railties (3.2.21)
558+
actionpack (= 3.2.21)
559+
activesupport (= 3.2.21)
560560
rack-ssl (~> 1.3.2)
561561
rake (>= 0.8.7)
562562
rdoc (~> 3.4)
563563
thor (>= 0.14.6, < 2.0)
564564
rainbow (2.0.0)
565-
rake (10.3.2)
565+
rake (10.4.0)
566566
rakismet (1.5.0)
567567
rb-fsevent (0.9.4)
568568
rb-inotify (0.9.5)
@@ -682,7 +682,7 @@ GEM
682682
spring (1.1.3)
683683
spring-commands-rspec (1.0.2)
684684
spring (>= 0.9.1)
685-
sprockets (2.2.2)
685+
sprockets (2.2.3)
686686
hike (~> 1.2)
687687
multi_json (~> 1.0)
688688
rack (~> 1.0)
@@ -743,7 +743,7 @@ GEM
743743
simple_oauth (~> 0.2.0)
744744
typhoeus (0.6.9)
745745
ethon (>= 0.7.1)
746-
tzinfo (0.3.41)
746+
tzinfo (0.3.42)
747747
uglifier (2.5.3)
748748
execjs (>= 0.3.0)
749749
json (>= 1.8.0)

0 commit comments

Comments
 (0)