[ruby] Update rails: 7.0.4.1 → 7.0.4.2 (patch) (#19118)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Mac Siri <mac@forem.com>
This commit is contained in:
parent
a45d300639
commit
4a2023f374
31 changed files with 55 additions and 55 deletions
110
Gemfile.lock
110
Gemfile.lock
|
|
@ -9,69 +9,69 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actioncable (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actionmailbox (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
activejob (= 7.0.4.2)
|
||||
activerecord (= 7.0.4.2)
|
||||
activestorage (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
mail (>= 2.7.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailer (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actionmailer (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
actionview (= 7.0.4.2)
|
||||
activejob (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actionpack (7.0.4.2)
|
||||
actionview (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
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.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actiontext (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
activerecord (= 7.0.4.2)
|
||||
activestorage (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
actionview (7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
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.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activejob (7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activerecord (7.0.4.1)
|
||||
activemodel (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activestorage (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
activemodel (7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
activerecord (7.0.4.2)
|
||||
activemodel (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
activestorage (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
activejob (= 7.0.4.2)
|
||||
activerecord (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
marcel (~> 1.0)
|
||||
mini_mime (>= 1.1.0)
|
||||
activesupport (7.0.4.1)
|
||||
activesupport (7.0.4.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
|
|
@ -332,7 +332,7 @@ GEM
|
|||
gibbon (3.4.4)
|
||||
faraday (>= 1.0)
|
||||
multi_json (>= 1.11.0)
|
||||
globalid (1.0.1)
|
||||
globalid (1.1.0)
|
||||
activesupport (>= 5.0)
|
||||
google-protobuf (3.21.12)
|
||||
google-protobuf (3.21.12-x86_64-darwin)
|
||||
|
|
@ -471,7 +471,7 @@ GEM
|
|||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
lumberjack (1.2.8)
|
||||
mail (2.8.0.1)
|
||||
mail (2.8.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
net-pop
|
||||
|
|
@ -624,20 +624,20 @@ GEM
|
|||
rack-test (2.0.2)
|
||||
rack (>= 1.3)
|
||||
rack-timeout (0.6.3)
|
||||
rails (7.0.4.1)
|
||||
actioncable (= 7.0.4.1)
|
||||
actionmailbox (= 7.0.4.1)
|
||||
actionmailer (= 7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
actiontext (= 7.0.4.1)
|
||||
actionview (= 7.0.4.1)
|
||||
activejob (= 7.0.4.1)
|
||||
activemodel (= 7.0.4.1)
|
||||
activerecord (= 7.0.4.1)
|
||||
activestorage (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
rails (7.0.4.2)
|
||||
actioncable (= 7.0.4.2)
|
||||
actionmailbox (= 7.0.4.2)
|
||||
actionmailer (= 7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
actiontext (= 7.0.4.2)
|
||||
actionview (= 7.0.4.2)
|
||||
activejob (= 7.0.4.2)
|
||||
activemodel (= 7.0.4.2)
|
||||
activerecord (= 7.0.4.2)
|
||||
activestorage (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.0.4.1)
|
||||
railties (= 7.0.4.2)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
|
|
@ -646,9 +646,9 @@ GEM
|
|||
rails-i18n (7.0.5)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (7.0.4.1)
|
||||
actionpack (= 7.0.4.1)
|
||||
activesupport (= 7.0.4.1)
|
||||
railties (7.0.4.2)
|
||||
actionpack (= 7.0.4.2)
|
||||
activesupport (= 7.0.4.2)
|
||||
method_source
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/actioncable-7.0.4.1.gem
vendored
BIN
vendor/cache/actioncable-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actioncable-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-7.0.4.1.gem
vendored
BIN
vendor/cache/actionmailbox-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-7.0.4.1.gem
vendored
BIN
vendor/cache/actionmailer-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-7.0.4.1.gem
vendored
BIN
vendor/cache/actionpack-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actionpack-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-7.0.4.1.gem
vendored
BIN
vendor/cache/actiontext-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actiontext-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-7.0.4.1.gem
vendored
BIN
vendor/cache/actionview-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/actionview-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-7.0.4.1.gem
vendored
BIN
vendor/cache/activejob-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/activejob-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-7.0.4.1.gem
vendored
BIN
vendor/cache/activemodel-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/activemodel-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-7.0.4.1.gem
vendored
BIN
vendor/cache/activerecord-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/activerecord-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-7.0.4.1.gem
vendored
BIN
vendor/cache/activestorage-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/activestorage-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-7.0.4.1.gem
vendored
BIN
vendor/cache/activesupport-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/activesupport-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/globalid-1.0.1.gem
vendored
BIN
vendor/cache/globalid-1.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/globalid-1.1.0.gem
vendored
Normal file
BIN
vendor/cache/globalid-1.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mail-2.8.0.1.gem
vendored
BIN
vendor/cache/mail-2.8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/mail-2.8.1.gem
vendored
Normal file
BIN
vendor/cache/mail-2.8.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-7.0.4.1.gem
vendored
BIN
vendor/cache/rails-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/rails-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-7.0.4.1.gem
vendored
BIN
vendor/cache/railties-7.0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-7.0.4.2.gem
vendored
Normal file
BIN
vendor/cache/railties-7.0.4.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue