[deploy] Bump Rails to 6.0.3.4 (#10720)
This commit is contained in:
parent
5893998369
commit
be3efd1d7f
31 changed files with 52 additions and 52 deletions
104
Gemfile.lock
104
Gemfile.lock
|
|
@ -9,58 +9,58 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
actioncable (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
activejob (= 6.0.3.3)
|
||||
activerecord (= 6.0.3.3)
|
||||
activestorage (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
actionmailbox (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
activejob (= 6.0.3.4)
|
||||
activerecord (= 6.0.3.4)
|
||||
activestorage (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
mail (>= 2.7.1)
|
||||
actionmailer (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
actionview (= 6.0.3.3)
|
||||
activejob (= 6.0.3.3)
|
||||
actionmailer (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
actionview (= 6.0.3.4)
|
||||
activejob (= 6.0.3.4)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (6.0.3.3)
|
||||
actionview (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
actionpack (6.0.3.4)
|
||||
actionview (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
rack (~> 2.0, >= 2.0.8)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||
actiontext (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
activerecord (= 6.0.3.3)
|
||||
activestorage (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
actiontext (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
activerecord (= 6.0.3.4)
|
||||
activestorage (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
actionview (6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
active_record_union (1.3.0)
|
||||
activerecord (>= 4.0)
|
||||
activejob (6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
activejob (6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
activerecord (6.0.3.3)
|
||||
activemodel (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
activestorage (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
activejob (= 6.0.3.3)
|
||||
activerecord (= 6.0.3.3)
|
||||
activemodel (6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
activerecord (6.0.3.4)
|
||||
activemodel (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
activestorage (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
activejob (= 6.0.3.4)
|
||||
activerecord (= 6.0.3.4)
|
||||
marcel (~> 0.3.1)
|
||||
activesupport (6.0.3.3)
|
||||
activesupport (6.0.3.4)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
|
|
@ -475,7 +475,7 @@ GEM
|
|||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.3)
|
||||
nio4r (2.5.4)
|
||||
nokogiri (1.10.10)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
notiffany (0.1.3)
|
||||
|
|
@ -556,20 +556,20 @@ GEM
|
|||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-timeout (0.6.0)
|
||||
rails (6.0.3.3)
|
||||
actioncable (= 6.0.3.3)
|
||||
actionmailbox (= 6.0.3.3)
|
||||
actionmailer (= 6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
actiontext (= 6.0.3.3)
|
||||
actionview (= 6.0.3.3)
|
||||
activejob (= 6.0.3.3)
|
||||
activemodel (= 6.0.3.3)
|
||||
activerecord (= 6.0.3.3)
|
||||
activestorage (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
rails (6.0.3.4)
|
||||
actioncable (= 6.0.3.4)
|
||||
actionmailbox (= 6.0.3.4)
|
||||
actionmailer (= 6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
actiontext (= 6.0.3.4)
|
||||
actionview (= 6.0.3.4)
|
||||
activejob (= 6.0.3.4)
|
||||
activemodel (= 6.0.3.4)
|
||||
activerecord (= 6.0.3.4)
|
||||
activestorage (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
bundler (>= 1.3.0)
|
||||
railties (= 6.0.3.3)
|
||||
railties (= 6.0.3.4)
|
||||
sprockets-rails (>= 2.0.0)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
|
|
@ -579,9 +579,9 @@ GEM
|
|||
rails-settings-cached (2.2.0)
|
||||
rails (>= 4.2.0)
|
||||
request_store
|
||||
railties (6.0.3.3)
|
||||
actionpack (= 6.0.3.3)
|
||||
activesupport (= 6.0.3.3)
|
||||
railties (6.0.3.4)
|
||||
actionpack (= 6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.20.3, < 2.0)
|
||||
|
|
@ -746,7 +746,7 @@ GEM
|
|||
sprockets (4.0.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-rails (3.2.1)
|
||||
sprockets-rails (3.2.2)
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
|
|
|
|||
BIN
vendor/cache/actioncable-6.0.3.3.gem
vendored
BIN
vendor/cache/actioncable-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actioncable-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-6.0.3.3.gem
vendored
BIN
vendor/cache/actionmailbox-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-6.0.3.3.gem
vendored
BIN
vendor/cache/actionmailer-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-6.0.3.3.gem
vendored
BIN
vendor/cache/actionpack-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actionpack-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-6.0.3.3.gem
vendored
BIN
vendor/cache/actiontext-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actiontext-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-6.0.3.3.gem
vendored
BIN
vendor/cache/actionview-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/actionview-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-6.0.3.3.gem
vendored
BIN
vendor/cache/activejob-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/activejob-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-6.0.3.3.gem
vendored
BIN
vendor/cache/activemodel-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/activemodel-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-6.0.3.3.gem
vendored
BIN
vendor/cache/activerecord-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/activerecord-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-6.0.3.3.gem
vendored
BIN
vendor/cache/activestorage-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/activestorage-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-6.0.3.3.gem
vendored
BIN
vendor/cache/activesupport-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/activesupport-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nio4r-2.5.3.gem
vendored
BIN
vendor/cache/nio4r-2.5.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/nio4r-2.5.4.gem
vendored
Normal file
BIN
vendor/cache/nio4r-2.5.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-6.0.3.3.gem
vendored
BIN
vendor/cache/rails-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/rails-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-6.0.3.3.gem
vendored
BIN
vendor/cache/railties-6.0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-6.0.3.4.gem
vendored
Normal file
BIN
vendor/cache/railties-6.0.3.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/sprockets-rails-3.2.1.gem
vendored
BIN
vendor/cache/sprockets-rails-3.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/sprockets-rails-3.2.2.gem
vendored
Normal file
BIN
vendor/cache/sprockets-rails-3.2.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue