Upgraded Rails from 3.2.11 to 3.2.19 - Step 1 of Rails 4.1.x upgrade
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
#don't upgrade
|
#don't upgrade
|
||||||
gem 'rails', '3.2.11'
|
gem 'rails', '3.2.19'
|
||||||
gem 'rack', '1.4.0'
|
|
||||||
|
|
||||||
ruby '2.1.2'
|
ruby '2.1.2'
|
||||||
|
|
||||||
|
|||||||
+30
-32
@@ -1,32 +1,32 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.11)
|
actionmailer (3.2.19)
|
||||||
actionpack (= 3.2.11)
|
actionpack (= 3.2.19)
|
||||||
mail (~> 2.4.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (3.2.11)
|
actionpack (3.2.19)
|
||||||
activemodel (= 3.2.11)
|
activemodel (= 3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
journey (~> 1.0.4)
|
||||||
rack (~> 1.4.0)
|
rack (~> 1.4.5)
|
||||||
rack-cache (~> 1.2)
|
rack-cache (~> 1.2)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
sprockets (~> 2.2.1)
|
sprockets (~> 2.2.1)
|
||||||
activemodel (3.2.11)
|
activemodel (3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.11)
|
activerecord (3.2.19)
|
||||||
activemodel (= 3.2.11)
|
activemodel (= 3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activeresource (3.2.11)
|
activeresource (3.2.19)
|
||||||
activemodel (= 3.2.11)
|
activemodel (= 3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
activesupport (3.2.11)
|
activesupport (3.2.19)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
addressable (2.3.6)
|
addressable (2.3.6)
|
||||||
arel (3.0.3)
|
arel (3.0.3)
|
||||||
@@ -148,8 +148,7 @@ GEM
|
|||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
lumberjack (1.0.9)
|
lumberjack (1.0.9)
|
||||||
mail (2.4.4)
|
mail (2.5.4)
|
||||||
i18n (>= 0.4.0)
|
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mailcatcher (0.5.12)
|
mailcatcher (0.5.12)
|
||||||
@@ -181,7 +180,7 @@ GEM
|
|||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rack (1.4.0)
|
rack (1.4.5)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
@@ -192,17 +191,17 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.11)
|
rails (3.2.19)
|
||||||
actionmailer (= 3.2.11)
|
actionmailer (= 3.2.19)
|
||||||
actionpack (= 3.2.11)
|
actionpack (= 3.2.19)
|
||||||
activerecord (= 3.2.11)
|
activerecord (= 3.2.19)
|
||||||
activeresource (= 3.2.11)
|
activeresource (= 3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.11)
|
railties (= 3.2.19)
|
||||||
railties (3.2.11)
|
railties (3.2.19)
|
||||||
actionpack (= 3.2.11)
|
actionpack (= 3.2.19)
|
||||||
activesupport (= 3.2.11)
|
activesupport (= 3.2.19)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
@@ -322,9 +321,8 @@ DEPENDENCIES
|
|||||||
poltergeist
|
poltergeist
|
||||||
powder
|
powder
|
||||||
pry
|
pry
|
||||||
rack (= 1.4.0)
|
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 3.2.11)
|
rails (= 3.2.19)
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rspec-rails (= 2.14.2)
|
rspec-rails (= 2.14.2)
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user