Commit ab344f31b6a9b9456ffed1d30fb77bc6bd0a2381

Authored by Dmitriy Zaporozhets
1 parent 0d5c6a48

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 8 RUBY_PLATFORM.include?('linux') && require_as
9 9 end
10 10  
11   -gem "rails", "3.2.10"
  11 +gem "rails", "3.2.11"
12 12  
13 13 # Supported DBs
14 14 gem "mysql2", group: :mysql
... ...
Gemfile.lock
... ... @@ -80,12 +80,12 @@ GIT
80 80 GEM
81 81 remote: http://rubygems.org/
82 82 specs:
83   - actionmailer (3.2.10)
84   - actionpack (= 3.2.10)
  83 + actionmailer (3.2.11)
  84 + actionpack (= 3.2.11)
85 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 89 builder (~> 3.0.0)
90 90 erubis (~> 2.7.0)
91 91 journey (~> 1.0.4)
... ... @@ -93,18 +93,18 @@ GEM
93 93 rack-cache (~> 1.2)
94 94 rack-test (~> 0.6.1)
95 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 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 102 arel (~> 3.0.2)
103 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 108 i18n (~> 0.6)
109 109 multi_json (~> 1.0)
110 110 acts-as-taggable-on (2.3.3)
... ... @@ -318,7 +318,7 @@ GEM
318 318 pyu-ruby-sasl (0.0.3.3)
319 319 quiet_assets (1.0.1)
320 320 railties (~> 3.1)
321   - rack (1.4.1)
  321 + rack (1.4.3)
322 322 rack-accept (0.4.5)
323 323 rack (>= 0.4)
324 324 rack-cache (1.2)
... ... @@ -333,14 +333,14 @@ GEM
333 333 rack
334 334 rack-test (0.6.2)
335 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 342 bundler (~> 1.0)
343   - railties (= 3.2.10)
  343 + railties (= 3.2.11)
344 344 rails-dev-tweaks (0.6.1)
345 345 actionpack (~> 3.1)
346 346 railties (~> 3.1)
... ... @@ -352,9 +352,9 @@ GEM
352 352 erubis
353 353 i18n
354 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 358 rack-ssl (~> 1.3.2)
359 359 rake (>= 0.8.7)
360 360 rdoc (~> 3.4)
... ... @@ -527,7 +527,7 @@ DEPENDENCIES
527 527 pygments.rb!
528 528 quiet_assets (~> 1.0.1)
529 529 rack-mini-profiler
530   - rails (= 3.2.10)
  530 + rails (= 3.2.11)
531 531 rails-dev-tweaks
532 532 rails_best_practices
533 533 raphael-rails!
... ...