DEV: upgrade Rails to version 5.2.2

This commit is contained in:
Sam 2018-12-10 11:29:18 +11:00
parent da41a515cd
commit fcb3f1e219
2 changed files with 42 additions and 40 deletions

16
Gemfile
View File

@ -13,13 +13,15 @@ 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.2' # until rubygems gives us optional dependencies we are stuck with this
gem 'actionpack', '5.2' # bundle update actionmailer actionpack actionview activemodel activerecord activesupport railties
gem 'actionview', '5.2' gem 'actionmailer', '5.2.2'
gem 'activemodel', '5.2' gem 'actionpack', '5.2.2'
gem 'activerecord', '5.2' gem 'actionview', '5.2.2'
gem 'activesupport', '5.2' gem 'activemodel', '5.2.2'
gem 'railties', '5.2' gem 'activerecord', '5.2.2'
gem 'activesupport', '5.2.2'
gem 'railties', '5.2.2'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'seed-fu' gem 'seed-fu'
end end

View File

@ -1,37 +1,37 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (5.2.0) actionmailer (5.2.2)
actionpack (= 5.2.0) actionpack (= 5.2.2)
actionview (= 5.2.0) actionview (= 5.2.2)
activejob (= 5.2.0) activejob (= 5.2.2)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.0) actionpack (5.2.2)
actionview (= 5.2.0) actionview (= 5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
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.2.0) actionview (5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
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.2.0) activejob (5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.0) activemodel (5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
activerecord (5.2.0) activerecord (5.2.2)
activemodel (= 5.2.0) activemodel (= 5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
arel (>= 9.0) arel (>= 9.0)
activesupport (5.2.0) activesupport (5.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -83,7 +83,7 @@ GEM
open4 (~> 1.3) open4 (~> 1.3)
coderay (1.1.2) coderay (1.1.2)
colored2 (3.1.2) colored2 (3.1.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.1.3)
connection_pool (2.2.2) connection_pool (2.2.2)
cork (0.3.0) cork (0.3.0)
colored2 (~> 3.1) colored2 (~> 3.1)
@ -158,7 +158,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 (1.0.1) i18n (1.1.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)
@ -197,7 +197,7 @@ GEM
rack (>= 1.1.3) rack (>= 1.1.3)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
mini_mime (1.0.0) mini_mime (1.0.1)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
mini_racer (0.2.3) mini_racer (0.2.3)
libv8 (>= 6.3) libv8 (>= 6.3)
@ -294,7 +294,7 @@ GEM
ruby-openid (>= 2.1.8) ruby-openid (>= 2.1.8)
rack-protection (2.0.3) rack-protection (2.0.3)
rack rack
rack-test (1.0.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -304,15 +304,15 @@ 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.2.0) railties (5.2.2)
actionpack (= 5.2.0) actionpack (= 5.2.2)
activesupport (= 5.2.0) activesupport (= 5.2.2)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
raindrops (0.19.0) raindrops (0.19.0)
rake (12.3.1) rake (12.3.2)
rake-compiler (1.0.4) rake-compiler (1.0.4)
rake rake
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
@ -443,13 +443,13 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
actionmailer (= 5.2) actionmailer (= 5.2.2)
actionpack (= 5.2) actionpack (= 5.2.2)
actionview (= 5.2) actionview (= 5.2.2)
active_model_serializers (~> 0.8.3) active_model_serializers (~> 0.8.3)
activemodel (= 5.2) activemodel (= 5.2.2)
activerecord (= 5.2) activerecord (= 5.2.2)
activesupport (= 5.2) activesupport (= 5.2.2)
annotate annotate
aws-sdk-s3 aws-sdk-s3
barber barber
@ -522,7 +522,7 @@ DEPENDENCIES
rack-mini-profiler rack-mini-profiler
rack-protection rack-protection
rails_multisite rails_multisite
railties (= 5.2) railties (= 5.2.2)
rake rake
rb-fsevent rb-fsevent
rb-inotify (~> 0.9) rb-inotify (~> 0.9)