Upgrade to Rails 5.2 take 2.

This commit is contained in:
Guo Xiang Tan 2018-06-08 09:33:50 +08:00
parent 1ba8e8948d
commit f4fdcda502
2 changed files with 38 additions and 38 deletions

14
Gemfile
View File

@ -13,13 +13,13 @@ if rails_master?
gem 'rails', git: 'https://github.com/rails/rails.git' gem 'rails', git: 'https://github.com/rails/rails.git'
gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse' gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse'
else else
gem 'actionmailer', '5.1.5' gem 'actionmailer', '5.2'
gem 'actionpack', '5.1.5' gem 'actionpack', '5.2'
gem 'actionview', '5.1.5' gem 'actionview', '5.2'
gem 'activemodel', '5.1.5' gem 'activemodel', '5.2'
gem 'activerecord', '5.1.5' gem 'activerecord', '5.2'
gem 'activesupport', '5.1.5' gem 'activesupport', '5.2'
gem 'railties', '5.1.5' gem 'railties', '5.2'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'seed-fu' gem 'seed-fu'
end end

View File

@ -1,39 +1,39 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (5.1.5) actionmailer (5.2.0)
actionpack (= 5.1.5) actionpack (= 5.2.0)
actionview (= 5.1.5) actionview (= 5.2.0)
activejob (= 5.1.5) activejob (= 5.2.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.5) actionpack (5.2.0)
actionview (= 5.1.5) actionview (= 5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
rack (~> 2.0) rack (~> 2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.5) actionview (5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.8.4) active_model_serializers (0.8.4)
activemodel (>= 3.0) activemodel (>= 3.0)
activejob (5.1.5) activejob (5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.5) activemodel (5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
activerecord (5.1.5) activerecord (5.2.0)
activemodel (= 5.1.5) activemodel (= 5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
arel (~> 8.0) arel (>= 9.0)
activesupport (5.1.5) activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.5.2) addressable (2.5.2)
@ -41,7 +41,7 @@ GEM
annotate (2.7.4) annotate (2.7.4)
activerecord (>= 3.2, < 6.0) activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 13.0) rake (>= 10.4, < 13.0)
arel (8.0.0) arel (9.0.0)
ast (2.4.0) ast (2.4.0)
aws-eventstream (1.0.0) aws-eventstream (1.0.0)
aws-partitions (1.91.0) aws-partitions (1.91.0)
@ -135,7 +135,7 @@ GEM
hkdf (0.3.0) hkdf (0.3.0)
htmlentities (4.3.4) htmlentities (4.3.4)
http_accept_language (2.0.5) http_accept_language (2.0.5)
i18n (0.9.5) i18n (1.0.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
image_size (1.5.0) image_size (1.5.0)
in_threads (1.5.0) in_threads (1.5.0)
@ -272,9 +272,9 @@ GEM
rails_multisite (2.0.4) rails_multisite (2.0.4)
activerecord (> 4.2, < 6) activerecord (> 4.2, < 6)
railties (> 4.2, < 6) railties (> 4.2, < 6)
railties (5.1.5) railties (5.2.0)
actionpack (= 5.1.5) actionpack (= 5.2.0)
activesupport (= 5.1.5) activesupport (= 5.2.0)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
@ -405,13 +405,13 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
actionmailer (= 5.1.5) actionmailer (= 5.2)
actionpack (= 5.1.5) actionpack (= 5.2)
actionview (= 5.1.5) actionview (= 5.2)
active_model_serializers (~> 0.8.3) active_model_serializers (~> 0.8.3)
activemodel (= 5.1.5) activemodel (= 5.2)
activerecord (= 5.1.5) activerecord (= 5.2)
activesupport (= 5.1.5) activesupport (= 5.2)
annotate annotate
aws-sdk-s3 aws-sdk-s3
barber barber
@ -479,7 +479,7 @@ DEPENDENCIES
rack-mini-profiler rack-mini-profiler
rack-protection rack-protection
rails_multisite rails_multisite
railties (= 5.1.5) railties (= 5.2)
rake rake
rb-fsevent rb-fsevent
rb-inotify (~> 0.9) rb-inotify (~> 0.9)