Updating Rails dependency per CVE (#17440)
https://rubyonrails.org/2022/4/26/Rails-7-0-2-4-6-1-5-1-6-0-4-8-and-5-2-7-1-have-been-released
This commit is contained in:
parent
ef290a5120
commit
daee1f95f4
30 changed files with 54 additions and 56 deletions
110
Gemfile.lock
110
Gemfile.lock
|
|
@ -9,69 +9,69 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actioncable (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
activejob (= 7.0.2.3)
|
||||
activerecord (= 7.0.2.3)
|
||||
activestorage (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actionmailbox (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
activejob (= 7.0.2.4)
|
||||
activerecord (= 7.0.2.4)
|
||||
activestorage (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
mail (>= 2.7.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailer (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
actionview (= 7.0.2.3)
|
||||
activejob (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actionmailer (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
actionview (= 7.0.2.4)
|
||||
activejob (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (7.0.2.3)
|
||||
actionview (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actionpack (7.0.2.4)
|
||||
actionview (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
rack (~> 2.0, >= 2.2.0)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||
actiontext (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
activerecord (= 7.0.2.3)
|
||||
activestorage (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actiontext (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
activerecord (= 7.0.2.4)
|
||||
activestorage (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
actionview (7.0.2.4)
|
||||
activesupport (= 7.0.2.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 (7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
activejob (7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
activerecord (7.0.2.3)
|
||||
activemodel (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
activestorage (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
activejob (= 7.0.2.3)
|
||||
activerecord (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
activemodel (7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
activerecord (7.0.2.4)
|
||||
activemodel (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
activestorage (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
activejob (= 7.0.2.4)
|
||||
activerecord (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
marcel (~> 1.0)
|
||||
mini_mime (>= 1.1.0)
|
||||
activesupport (7.0.2.3)
|
||||
activesupport (7.0.2.4)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
|
|
@ -422,7 +422,6 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
io-console (0.5.11)
|
||||
io-wait (0.2.1)
|
||||
irb (1.4.1)
|
||||
reline (>= 0.3.0)
|
||||
jaro_winkler (1.5.4)
|
||||
|
|
@ -525,8 +524,7 @@ GEM
|
|||
digest
|
||||
net-protocol
|
||||
timeout
|
||||
net-protocol (0.1.2)
|
||||
io-wait
|
||||
net-protocol (0.1.3)
|
||||
timeout
|
||||
net-smtp (0.3.1)
|
||||
digest
|
||||
|
|
@ -627,20 +625,20 @@ GEM
|
|||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-timeout (0.6.0)
|
||||
rails (7.0.2.3)
|
||||
actioncable (= 7.0.2.3)
|
||||
actionmailbox (= 7.0.2.3)
|
||||
actionmailer (= 7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
actiontext (= 7.0.2.3)
|
||||
actionview (= 7.0.2.3)
|
||||
activejob (= 7.0.2.3)
|
||||
activemodel (= 7.0.2.3)
|
||||
activerecord (= 7.0.2.3)
|
||||
activestorage (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
rails (7.0.2.4)
|
||||
actioncable (= 7.0.2.4)
|
||||
actionmailbox (= 7.0.2.4)
|
||||
actionmailer (= 7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
actiontext (= 7.0.2.4)
|
||||
actionview (= 7.0.2.4)
|
||||
activejob (= 7.0.2.4)
|
||||
activemodel (= 7.0.2.4)
|
||||
activerecord (= 7.0.2.4)
|
||||
activestorage (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.0.2.3)
|
||||
railties (= 7.0.2.4)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
|
|
@ -649,9 +647,9 @@ GEM
|
|||
rails-i18n (7.0.3)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (7.0.2.3)
|
||||
actionpack (= 7.0.2.3)
|
||||
activesupport (= 7.0.2.3)
|
||||
railties (7.0.2.4)
|
||||
actionpack (= 7.0.2.4)
|
||||
activesupport (= 7.0.2.4)
|
||||
method_source
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/actioncable-7.0.2.3.gem
vendored
BIN
vendor/cache/actioncable-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actioncable-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-7.0.2.3.gem
vendored
BIN
vendor/cache/actionmailbox-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-7.0.2.3.gem
vendored
BIN
vendor/cache/actionmailer-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-7.0.2.3.gem
vendored
BIN
vendor/cache/actionpack-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actionpack-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-7.0.2.3.gem
vendored
BIN
vendor/cache/actiontext-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actiontext-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-7.0.2.3.gem
vendored
BIN
vendor/cache/actionview-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/actionview-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-7.0.2.3.gem
vendored
BIN
vendor/cache/activejob-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/activejob-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-7.0.2.3.gem
vendored
BIN
vendor/cache/activemodel-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/activemodel-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-7.0.2.3.gem
vendored
BIN
vendor/cache/activerecord-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/activerecord-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-7.0.2.3.gem
vendored
BIN
vendor/cache/activestorage-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/activestorage-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-7.0.2.3.gem
vendored
BIN
vendor/cache/activesupport-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/activesupport-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/io-wait-0.2.1.gem
vendored
BIN
vendor/cache/io-wait-0.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-protocol-0.1.2.gem
vendored
BIN
vendor/cache/net-protocol-0.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-protocol-0.1.3.gem
vendored
Normal file
BIN
vendor/cache/net-protocol-0.1.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-7.0.2.3.gem
vendored
BIN
vendor/cache/rails-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/rails-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-7.0.2.3.gem
vendored
BIN
vendor/cache/railties-7.0.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-7.0.2.4.gem
vendored
Normal file
BIN
vendor/cache/railties-7.0.2.4.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue