Commit ab344f31b6a9b9456ffed1d30fb77bc6bd0a2381
1 parent
0d5c6a48
Exists in
master
and in
4 other branches
Rails upto 3.2.11
Showing
2 changed files
with
27 additions
and
27 deletions
Show diff stats
Gemfile
@@ -8,7 +8,7 @@ def linux_only(require_as) | @@ -8,7 +8,7 @@ def linux_only(require_as) | ||
8 | RUBY_PLATFORM.include?('linux') && require_as | 8 | RUBY_PLATFORM.include?('linux') && require_as |
9 | end | 9 | end |
10 | 10 | ||
11 | -gem "rails", "3.2.10" | 11 | +gem "rails", "3.2.11" |
12 | 12 | ||
13 | # Supported DBs | 13 | # Supported DBs |
14 | gem "mysql2", group: :mysql | 14 | gem "mysql2", group: :mysql |
Gemfile.lock
@@ -80,12 +80,12 @@ GIT | @@ -80,12 +80,12 @@ GIT | ||
80 | GEM | 80 | GEM |
81 | remote: http://rubygems.org/ | 81 | remote: http://rubygems.org/ |
82 | specs: | 82 | specs: |
83 | - actionmailer (3.2.10) | ||
84 | - actionpack (= 3.2.10) | 83 | + actionmailer (3.2.11) |
84 | + actionpack (= 3.2.11) | ||
85 | mail (~> 2.4.4) | 85 | 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) | ||
89 | builder (~> 3.0.0) | 89 | builder (~> 3.0.0) |
90 | erubis (~> 2.7.0) | 90 | erubis (~> 2.7.0) |
91 | journey (~> 1.0.4) | 91 | journey (~> 1.0.4) |
@@ -93,18 +93,18 @@ GEM | @@ -93,18 +93,18 @@ GEM | ||
93 | rack-cache (~> 1.2) | 93 | rack-cache (~> 1.2) |
94 | rack-test (~> 0.6.1) | 94 | rack-test (~> 0.6.1) |
95 | sprockets (~> 2.2.1) | 95 | sprockets (~> 2.2.1) |
96 | - activemodel (3.2.10) | ||
97 | - activesupport (= 3.2.10) | 96 | + activemodel (3.2.11) |
97 | + activesupport (= 3.2.11) | ||
98 | builder (~> 3.0.0) | 98 | 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) | ||
102 | arel (~> 3.0.2) | 102 | arel (~> 3.0.2) |
103 | tzinfo (~> 0.3.29) | 103 | 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) | ||
108 | i18n (~> 0.6) | 108 | i18n (~> 0.6) |
109 | multi_json (~> 1.0) | 109 | multi_json (~> 1.0) |
110 | acts-as-taggable-on (2.3.3) | 110 | acts-as-taggable-on (2.3.3) |
@@ -318,7 +318,7 @@ GEM | @@ -318,7 +318,7 @@ GEM | ||
318 | pyu-ruby-sasl (0.0.3.3) | 318 | pyu-ruby-sasl (0.0.3.3) |
319 | quiet_assets (1.0.1) | 319 | quiet_assets (1.0.1) |
320 | railties (~> 3.1) | 320 | railties (~> 3.1) |
321 | - rack (1.4.1) | 321 | + rack (1.4.3) |
322 | rack-accept (0.4.5) | 322 | rack-accept (0.4.5) |
323 | rack (>= 0.4) | 323 | rack (>= 0.4) |
324 | rack-cache (1.2) | 324 | rack-cache (1.2) |
@@ -333,14 +333,14 @@ GEM | @@ -333,14 +333,14 @@ GEM | ||
333 | rack | 333 | rack |
334 | rack-test (0.6.2) | 334 | rack-test (0.6.2) |
335 | rack (>= 1.0) | 335 | 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) | ||
342 | bundler (~> 1.0) | 342 | bundler (~> 1.0) |
343 | - railties (= 3.2.10) | 343 | + railties (= 3.2.11) |
344 | rails-dev-tweaks (0.6.1) | 344 | rails-dev-tweaks (0.6.1) |
345 | actionpack (~> 3.1) | 345 | actionpack (~> 3.1) |
346 | railties (~> 3.1) | 346 | railties (~> 3.1) |
@@ -352,9 +352,9 @@ GEM | @@ -352,9 +352,9 @@ GEM | ||
352 | erubis | 352 | erubis |
353 | i18n | 353 | i18n |
354 | progressbar | 354 | 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) | ||
358 | rack-ssl (~> 1.3.2) | 358 | rack-ssl (~> 1.3.2) |
359 | rake (>= 0.8.7) | 359 | rake (>= 0.8.7) |
360 | rdoc (~> 3.4) | 360 | rdoc (~> 3.4) |
@@ -527,7 +527,7 @@ DEPENDENCIES | @@ -527,7 +527,7 @@ DEPENDENCIES | ||
527 | pygments.rb! | 527 | pygments.rb! |
528 | quiet_assets (~> 1.0.1) | 528 | quiet_assets (~> 1.0.1) |
529 | rack-mini-profiler | 529 | rack-mini-profiler |
530 | - rails (= 3.2.10) | 530 | + rails (= 3.2.11) |
531 | rails-dev-tweaks | 531 | rails-dev-tweaks |
532 | rails_best_practices | 532 | rails_best_practices |
533 | raphael-rails! | 533 | raphael-rails! |