Skip to content

Commit ab344f3

Browse files
committed
Rails upto 3.2.11
1 parent 0d5c6a4 commit ab344f3

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def linux_only(require_as)
88
RUBY_PLATFORM.include?('linux') && require_as
99
end
1010

11-
gem "rails", "3.2.10"
11+
gem "rails", "3.2.11"
1212

1313
# Supported DBs
1414
gem "mysql2", group: :mysql

Gemfile.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -80,31 +80,31 @@ GIT
8080
GEM
8181
remote: http://rubygems.org/
8282
specs:
83-
actionmailer (3.2.10)
84-
actionpack (= 3.2.10)
83+
actionmailer (3.2.11)
84+
actionpack (= 3.2.11)
8585
mail (~> 2.4.4)
86-
actionpack (3.2.10)
87-
activemodel (= 3.2.10)
88-
activesupport (= 3.2.10)
86+
actionpack (3.2.11)
87+
activemodel (= 3.2.11)
88+
activesupport (= 3.2.11)
8989
builder (~> 3.0.0)
9090
erubis (~> 2.7.0)
9191
journey (~> 1.0.4)
9292
rack (~> 1.4.0)
9393
rack-cache (~> 1.2)
9494
rack-test (~> 0.6.1)
9595
sprockets (~> 2.2.1)
96-
activemodel (3.2.10)
97-
activesupport (= 3.2.10)
96+
activemodel (3.2.11)
97+
activesupport (= 3.2.11)
9898
builder (~> 3.0.0)
99-
activerecord (3.2.10)
100-
activemodel (= 3.2.10)
101-
activesupport (= 3.2.10)
99+
activerecord (3.2.11)
100+
activemodel (= 3.2.11)
101+
activesupport (= 3.2.11)
102102
arel (~> 3.0.2)
103103
tzinfo (~> 0.3.29)
104-
activeresource (3.2.10)
105-
activemodel (= 3.2.10)
106-
activesupport (= 3.2.10)
107-
activesupport (3.2.10)
104+
activeresource (3.2.11)
105+
activemodel (= 3.2.11)
106+
activesupport (= 3.2.11)
107+
activesupport (3.2.11)
108108
i18n (~> 0.6)
109109
multi_json (~> 1.0)
110110
acts-as-taggable-on (2.3.3)
@@ -318,7 +318,7 @@ GEM
318318
pyu-ruby-sasl (0.0.3.3)
319319
quiet_assets (1.0.1)
320320
railties (~> 3.1)
321-
rack (1.4.1)
321+
rack (1.4.3)
322322
rack-accept (0.4.5)
323323
rack (>= 0.4)
324324
rack-cache (1.2)
@@ -333,14 +333,14 @@ GEM
333333
rack
334334
rack-test (0.6.2)
335335
rack (>= 1.0)
336-
rails (3.2.10)
337-
actionmailer (= 3.2.10)
338-
actionpack (= 3.2.10)
339-
activerecord (= 3.2.10)
340-
activeresource (= 3.2.10)
341-
activesupport (= 3.2.10)
336+
rails (3.2.11)
337+
actionmailer (= 3.2.11)
338+
actionpack (= 3.2.11)
339+
activerecord (= 3.2.11)
340+
activeresource (= 3.2.11)
341+
activesupport (= 3.2.11)
342342
bundler (~> 1.0)
343-
railties (= 3.2.10)
343+
railties (= 3.2.11)
344344
rails-dev-tweaks (0.6.1)
345345
actionpack (~> 3.1)
346346
railties (~> 3.1)
@@ -352,9 +352,9 @@ GEM
352352
erubis
353353
i18n
354354
progressbar
355-
railties (3.2.10)
356-
actionpack (= 3.2.10)
357-
activesupport (= 3.2.10)
355+
railties (3.2.11)
356+
actionpack (= 3.2.11)
357+
activesupport (= 3.2.11)
358358
rack-ssl (~> 1.3.2)
359359
rake (>= 0.8.7)
360360
rdoc (~> 3.4)
@@ -527,7 +527,7 @@ DEPENDENCIES
527527
pygments.rb!
528528
quiet_assets (~> 1.0.1)
529529
rack-mini-profiler
530-
rails (= 3.2.10)
530+
rails (= 3.2.11)
531531
rails-dev-tweaks
532532
rails_best_practices
533533
raphael-rails!

0 commit comments

Comments
 (0)