Upgrade to Rails 8.0.2
This commit is contained in:
parent
38bad12778
commit
735ca6c07b
58 changed files with 71 additions and 67 deletions
Gemfile.lock
vendor/cache
actioncable-8.0.1.gemactioncable-8.0.2.gemactionmailbox-8.0.1.gemactionmailbox-8.0.2.gemactionmailer-8.0.1.gemactionmailer-8.0.2.gemactionpack-8.0.1.gemactionpack-8.0.2.gemactiontext-8.0.1.gemactiontext-8.0.2.gemactionview-8.0.1.gemactionview-8.0.2.gemactivejob-8.0.1.gemactivejob-8.0.2.gemactivemodel-8.0.1.gemactivemodel-8.0.2.gemactiverecord-8.0.1.gemactiverecord-8.0.2.gemactivestorage-8.0.1.gemactivestorage-8.0.2.gemactivesupport-8.0.1.gemactivesupport-8.0.2.gemconcurrent-ruby-1.3.4.gemconcurrent-ruby-1.3.5.gemi18n-1.14.6.gemi18n-1.14.7.gemirb-1.14.3.gemirb-1.15.1.gemlogger-1.6.5.gemlogger-1.7.0.gemminitest-5.25.4.gemminitest-5.25.5.gemnet-imap-0.5.5.gemnet-imap-0.5.6.gemnet-smtp-0.5.0.gemnet-smtp-0.5.1.gemnokogiri-1.18.1-aarch64-linux-gnu.gemnokogiri-1.18.1-x86_64-linux-gnu.gemnokogiri-1.18.6-aarch64-linux-gnu.gempp-0.6.2.gemprettyprint-0.2.0.gempsych-5.2.2.gempsych-5.2.3.gemrack-3.1.12.gemrack-3.1.8.gemrails-8.0.1.gemrails-8.0.2.gemrailties-8.0.1.gemrailties-8.0.2.gemrdoc-6.10.0.gemrdoc-6.13.1.gemstringio-3.1.2.gemstringio-3.1.6.gemuri-1.0.2.gemuri-1.0.3.gemzeitwerk-2.7.1.gemzeitwerk-2.7.2.gem
138
Gemfile.lock
138
Gemfile.lock
|
@ -7,29 +7,29 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actioncable (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
activejob (= 8.0.1)
|
||||
activerecord (= 8.0.1)
|
||||
activestorage (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actionmailbox (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
activejob (= 8.0.2)
|
||||
activerecord (= 8.0.2)
|
||||
activestorage (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
mail (>= 2.8.0)
|
||||
actionmailer (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
actionview (= 8.0.1)
|
||||
activejob (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actionmailer (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
actionview (= 8.0.2)
|
||||
activejob (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
mail (>= 2.8.0)
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (8.0.1)
|
||||
actionview (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actionpack (8.0.2)
|
||||
actionview (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
nokogiri (>= 1.8.5)
|
||||
rack (>= 2.2.4)
|
||||
rack-session (>= 1.0.1)
|
||||
|
@ -37,35 +37,35 @@ GEM
|
|||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
useragent (~> 0.16)
|
||||
actiontext (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
activerecord (= 8.0.1)
|
||||
activestorage (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actiontext (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
activerecord (= 8.0.2)
|
||||
activestorage (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
actionview (8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
activejob (8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
activejob (8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
activerecord (8.0.1)
|
||||
activemodel (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
activemodel (8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
activerecord (8.0.2)
|
||||
activemodel (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
timeout (>= 0.4.0)
|
||||
activestorage (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
activejob (= 8.0.1)
|
||||
activerecord (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
activestorage (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
activejob (= 8.0.2)
|
||||
activerecord (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
marcel (~> 1.0)
|
||||
activesupport (8.0.1)
|
||||
activesupport (8.0.2)
|
||||
base64
|
||||
benchmark (>= 0.3)
|
||||
bigdecimal
|
||||
|
@ -123,7 +123,7 @@ GEM
|
|||
builder (3.3.0)
|
||||
childprocess (5.1.0)
|
||||
logger (~> 1.5)
|
||||
concurrent-ruby (1.3.4)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.0)
|
||||
console (1.29.2)
|
||||
fiber-annotation
|
||||
|
@ -196,13 +196,14 @@ GEM
|
|||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.14.6)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.8.0)
|
||||
io-endpoint (0.14.0)
|
||||
io-event (1.7.5)
|
||||
io-stream (0.6.1)
|
||||
irb (1.14.3)
|
||||
irb (1.15.1)
|
||||
pp (>= 0.6.0)
|
||||
rdoc (>= 4.0.0)
|
||||
reline (>= 0.4.2)
|
||||
jaro_winkler (1.6.0)
|
||||
|
@ -227,7 +228,7 @@ GEM
|
|||
letter_opener (1.10.0)
|
||||
launchy (>= 2.2, < 4)
|
||||
localhost (1.3.1)
|
||||
logger (1.6.5)
|
||||
logger (1.7.0)
|
||||
loofah (2.24.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
|
@ -242,24 +243,24 @@ GEM
|
|||
metrics (0.12.1)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
minitest (5.25.4)
|
||||
minitest (5.25.5)
|
||||
msgpack (1.7.5)
|
||||
multi_xml (0.7.1)
|
||||
bigdecimal (~> 3.1)
|
||||
mysql2 (0.5.6)
|
||||
net-http (0.6.0)
|
||||
uri
|
||||
net-imap (0.5.5)
|
||||
net-imap (0.5.6)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
net-protocol
|
||||
net-protocol (0.2.2)
|
||||
timeout
|
||||
net-smtp (0.5.0)
|
||||
net-smtp (0.5.1)
|
||||
net-protocol
|
||||
nio4r (2.7.4)
|
||||
nokogiri (1.18.1)
|
||||
nokogiri (1.18.6)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
omniauth (2.1.2)
|
||||
|
@ -291,6 +292,9 @@ GEM
|
|||
parser (3.3.6.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pp (0.6.2)
|
||||
prettyprint
|
||||
prettyprint (0.2.0)
|
||||
process-metrics (0.3.0)
|
||||
console (~> 1.8)
|
||||
json (~> 2)
|
||||
|
@ -305,12 +309,12 @@ GEM
|
|||
protocol-rack (0.10.1)
|
||||
protocol-http (~> 0.37)
|
||||
rack (>= 1.0)
|
||||
psych (5.2.2)
|
||||
psych (5.2.3)
|
||||
date
|
||||
stringio
|
||||
public_suffix (6.0.1)
|
||||
racc (1.8.1)
|
||||
rack (3.1.8)
|
||||
rack (3.1.12)
|
||||
rack-attack (6.7.0)
|
||||
rack (>= 1.0, < 4)
|
||||
rack-mini-profiler (3.3.1)
|
||||
|
@ -333,20 +337,20 @@ GEM
|
|||
rack (>= 1.3)
|
||||
rackup (2.2.1)
|
||||
rack (>= 3)
|
||||
rails (8.0.1)
|
||||
actioncable (= 8.0.1)
|
||||
actionmailbox (= 8.0.1)
|
||||
actionmailer (= 8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
actiontext (= 8.0.1)
|
||||
actionview (= 8.0.1)
|
||||
activejob (= 8.0.1)
|
||||
activemodel (= 8.0.1)
|
||||
activerecord (= 8.0.1)
|
||||
activestorage (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
rails (8.0.2)
|
||||
actioncable (= 8.0.2)
|
||||
actionmailbox (= 8.0.2)
|
||||
actionmailer (= 8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
actiontext (= 8.0.2)
|
||||
actionview (= 8.0.2)
|
||||
activejob (= 8.0.2)
|
||||
activemodel (= 8.0.2)
|
||||
activerecord (= 8.0.2)
|
||||
activestorage (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 8.0.1)
|
||||
railties (= 8.0.2)
|
||||
rails-dom-testing (2.2.0)
|
||||
activesupport (>= 5.0.0)
|
||||
minitest
|
||||
|
@ -357,9 +361,9 @@ GEM
|
|||
rails-i18n (8.0.1)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 8.0.0, < 9)
|
||||
railties (8.0.1)
|
||||
actionpack (= 8.0.1)
|
||||
activesupport (= 8.0.1)
|
||||
railties (8.0.2)
|
||||
actionpack (= 8.0.2)
|
||||
activesupport (= 8.0.2)
|
||||
irb (~> 1.13)
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
|
@ -369,7 +373,7 @@ GEM
|
|||
rake (13.2.1)
|
||||
rbs (2.8.4)
|
||||
rdiscount (2.2.7.3)
|
||||
rdoc (6.10.0)
|
||||
rdoc (6.13.1)
|
||||
psych (>= 4.0.0)
|
||||
react-rails (2.7.1)
|
||||
babel-transpiler (>= 0.7.0)
|
||||
|
@ -469,7 +473,7 @@ GEM
|
|||
activesupport (>= 6.1)
|
||||
sprockets (>= 3.0.0)
|
||||
stackprof (0.2.26)
|
||||
stringio (3.1.2)
|
||||
stringio (3.1.6)
|
||||
swd (2.0.3)
|
||||
activesupport (>= 3)
|
||||
attr_required (>= 0.0.5)
|
||||
|
@ -492,7 +496,7 @@ GEM
|
|||
unicode-display_width (3.1.3)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
uri (1.0.2)
|
||||
uri (1.0.3)
|
||||
useragent (0.16.11)
|
||||
validate_url (1.0.15)
|
||||
activemodel (>= 3.0.0)
|
||||
|
@ -518,7 +522,7 @@ GEM
|
|||
websocket-extensions (0.1.5)
|
||||
will_paginate (4.0.1)
|
||||
yard (0.9.37)
|
||||
zeitwerk (2.7.1)
|
||||
zeitwerk (2.7.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
BIN
vendor/cache/actioncable-8.0.1.gem
vendored
BIN
vendor/cache/actioncable-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actioncable-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-8.0.1.gem
vendored
BIN
vendor/cache/actionmailbox-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-8.0.1.gem
vendored
BIN
vendor/cache/actionmailer-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-8.0.1.gem
vendored
BIN
vendor/cache/actionpack-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actionpack-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-8.0.1.gem
vendored
BIN
vendor/cache/actiontext-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actiontext-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-8.0.1.gem
vendored
BIN
vendor/cache/actionview-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/actionview-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-8.0.1.gem
vendored
BIN
vendor/cache/activejob-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/activejob-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-8.0.1.gem
vendored
BIN
vendor/cache/activemodel-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/activemodel-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-8.0.1.gem
vendored
BIN
vendor/cache/activerecord-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/activerecord-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-8.0.1.gem
vendored
BIN
vendor/cache/activestorage-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/activestorage-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-8.0.1.gem
vendored
BIN
vendor/cache/activesupport-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/activesupport-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/concurrent-ruby-1.3.4.gem
vendored
BIN
vendor/cache/concurrent-ruby-1.3.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/concurrent-ruby-1.3.5.gem
vendored
Normal file
BIN
vendor/cache/concurrent-ruby-1.3.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/i18n-1.14.6.gem
vendored
BIN
vendor/cache/i18n-1.14.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/i18n-1.14.7.gem
vendored
Normal file
BIN
vendor/cache/i18n-1.14.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/irb-1.14.3.gem
vendored
BIN
vendor/cache/irb-1.14.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/irb-1.15.1.gem
vendored
Normal file
BIN
vendor/cache/irb-1.15.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/logger-1.6.5.gem
vendored
BIN
vendor/cache/logger-1.6.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/logger-1.7.0.gem
vendored
Normal file
BIN
vendor/cache/logger-1.7.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/minitest-5.25.4.gem
vendored
BIN
vendor/cache/minitest-5.25.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/minitest-5.25.5.gem
vendored
Normal file
BIN
vendor/cache/minitest-5.25.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/net-imap-0.5.5.gem
vendored
BIN
vendor/cache/net-imap-0.5.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-imap-0.5.6.gem
vendored
Normal file
BIN
vendor/cache/net-imap-0.5.6.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/net-smtp-0.5.0.gem
vendored
BIN
vendor/cache/net-smtp-0.5.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/net-smtp-0.5.1.gem
vendored
Normal file
BIN
vendor/cache/net-smtp-0.5.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nokogiri-1.18.1-aarch64-linux-gnu.gem
vendored
BIN
vendor/cache/nokogiri-1.18.1-aarch64-linux-gnu.gem
vendored
Binary file not shown.
BIN
vendor/cache/nokogiri-1.18.1-x86_64-linux-gnu.gem
vendored
BIN
vendor/cache/nokogiri-1.18.1-x86_64-linux-gnu.gem
vendored
Binary file not shown.
BIN
vendor/cache/nokogiri-1.18.6-aarch64-linux-gnu.gem
vendored
Normal file
BIN
vendor/cache/nokogiri-1.18.6-aarch64-linux-gnu.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/pp-0.6.2.gem
vendored
Normal file
BIN
vendor/cache/pp-0.6.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/prettyprint-0.2.0.gem
vendored
Normal file
BIN
vendor/cache/prettyprint-0.2.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/psych-5.2.2.gem
vendored
BIN
vendor/cache/psych-5.2.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/psych-5.2.3.gem
vendored
Normal file
BIN
vendor/cache/psych-5.2.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rack-3.1.12.gem
vendored
Normal file
BIN
vendor/cache/rack-3.1.12.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rack-3.1.8.gem
vendored
BIN
vendor/cache/rack-3.1.8.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-8.0.1.gem
vendored
BIN
vendor/cache/rails-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/rails-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-8.0.1.gem
vendored
BIN
vendor/cache/railties-8.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-8.0.2.gem
vendored
Normal file
BIN
vendor/cache/railties-8.0.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rdoc-6.10.0.gem
vendored
BIN
vendor/cache/rdoc-6.10.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rdoc-6.13.1.gem
vendored
Normal file
BIN
vendor/cache/rdoc-6.13.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/stringio-3.1.2.gem
vendored
BIN
vendor/cache/stringio-3.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/stringio-3.1.6.gem
vendored
Normal file
BIN
vendor/cache/stringio-3.1.6.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/uri-1.0.2.gem
vendored
BIN
vendor/cache/uri-1.0.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/uri-1.0.3.gem
vendored
Normal file
BIN
vendor/cache/uri-1.0.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.7.1.gem
vendored
BIN
vendor/cache/zeitwerk-2.7.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.7.2.gem
vendored
Normal file
BIN
vendor/cache/zeitwerk-2.7.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue