Upgrade to Rails 6.0.2.
This commit is contained in:
108
Gemfile.lock
108
Gemfile.lock
@@ -15,60 +15,60 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.1)
|
actioncable (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.1)
|
actionmailbox (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.1)
|
actionmailer (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.1)
|
actionpack (6.0.2)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.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.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.0.1)
|
actiontext (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.1)
|
actionview (6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.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.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (6.0.1)
|
activejob (6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.1)
|
activemodel (6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
activemodel-serializers-xml (1.0.2)
|
activemodel-serializers-xml (1.0.2)
|
||||||
activemodel (> 5.x)
|
activemodel (> 5.x)
|
||||||
activesupport (> 5.x)
|
activesupport (> 5.x)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (6.0.1)
|
activerecord (6.0.2)
|
||||||
activemodel (= 6.0.1)
|
activemodel (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
activestorage (6.0.1)
|
activestorage (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.1)
|
activesupport (6.0.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)
|
||||||
@@ -80,8 +80,8 @@ GEM
|
|||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
awesome_print (1.8.0)
|
awesome_print (1.8.0)
|
||||||
aws-eventstream (1.0.3)
|
aws-eventstream (1.0.3)
|
||||||
aws-partitions (1.254.0)
|
aws-partitions (1.255.0)
|
||||||
aws-sdk-core (3.85.1)
|
aws-sdk-core (3.86.0)
|
||||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.239.0)
|
aws-partitions (~> 1, >= 1.239.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
@@ -94,7 +94,7 @@ GEM
|
|||||||
bcrypt (3.1.13)
|
bcrypt (3.1.13)
|
||||||
bootsnap (1.4.5)
|
bootsnap (1.4.5)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
byebug (11.0.1)
|
byebug (11.0.1)
|
||||||
capistrano (3.11.2)
|
capistrano (3.11.2)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
@@ -276,29 +276,29 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.1)
|
rails (6.0.2)
|
||||||
actioncable (= 6.0.1)
|
actioncable (= 6.0.2)
|
||||||
actionmailbox (= 6.0.1)
|
actionmailbox (= 6.0.2)
|
||||||
actionmailer (= 6.0.1)
|
actionmailer (= 6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
actiontext (= 6.0.1)
|
actiontext (= 6.0.2)
|
||||||
actionview (= 6.0.1)
|
actionview (= 6.0.2)
|
||||||
activejob (= 6.0.1)
|
activejob (= 6.0.2)
|
||||||
activemodel (= 6.0.1)
|
activemodel (= 6.0.2)
|
||||||
activerecord (= 6.0.1)
|
activerecord (= 6.0.2)
|
||||||
activestorage (= 6.0.1)
|
activestorage (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.1)
|
railties (= 6.0.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.3.0)
|
rails-html-sanitizer (1.3.0)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
railties (6.0.1)
|
railties (6.0.2)
|
||||||
actionpack (= 6.0.1)
|
actionpack (= 6.0.2)
|
||||||
activesupport (= 6.0.1)
|
activesupport (= 6.0.2)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
@@ -363,7 +363,7 @@ GEM
|
|||||||
streamio-ffmpeg (3.0.2)
|
streamio-ffmpeg (3.0.2)
|
||||||
multi_json (~> 1.8)
|
multi_json (~> 1.8)
|
||||||
stripe (5.11.0)
|
stripe (5.11.0)
|
||||||
thor (0.20.3)
|
thor (1.0.0)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
|
|||||||
Reference in New Issue
Block a user