Upgrade to Rails 8.0.1
This commit is contained in:
parent
e09296ef51
commit
eba5f04ec0
34 changed files with 65 additions and 63 deletions
GemfileGemfile.lock
vendor/cache
actioncable-7.2.1.gemactioncable-8.0.1.gemactionmailbox-7.2.1.gemactionmailbox-8.0.1.gemactionmailer-7.2.1.gemactionmailer-8.0.1.gemactionpack-7.2.1.gemactionpack-8.0.1.gemactiontext-7.2.1.gemactiontext-8.0.1.gemactionview-7.2.1.gemactionview-8.0.1.gemactivejob-7.2.1.gemactivejob-8.0.1.gemactivemodel-7.2.1.gemactivemodel-8.0.1.gemactiverecord-7.2.1.gemactiverecord-8.0.1.gemactivestorage-7.2.1.gemactivestorage-8.0.1.gemactivesupport-7.2.1.gemactivesupport-8.0.1.gemnio4r-2.7.3.gemnio4r-2.7.4.gemrails-7.2.1.gemrails-8.0.1.gemrails-i18n-7.0.9.gemrails-i18n-8.0.1.gemrailties-7.2.1.gemrailties-8.0.1.gemwebsocket-driver-0.7.6.gemwebsocket-driver-0.7.7.gem
4
Gemfile
4
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.3.6'
|
ruby '3.3.6'
|
||||||
|
|
||||||
gem 'rails', '~> 7.2', '>= 7.2.1'
|
gem 'rails', '~> 8.0', '>= 8.0.1'
|
||||||
|
|
||||||
# The HTTP server running the Rails instance.
|
# The HTTP server running the Rails instance.
|
||||||
gem 'falcon', '~> 0.48.0'
|
gem 'falcon', '~> 0.48.0'
|
||||||
|
@ -33,7 +33,7 @@ gem "omniauth_openid_connect", "~> 0.7.1"
|
||||||
gem 'will_paginate', '~> 4.0'
|
gem 'will_paginate', '~> 4.0'
|
||||||
|
|
||||||
# For translation, both for the site UI and for Neopets data.
|
# For translation, both for the site UI and for Neopets data.
|
||||||
gem 'rails-i18n', '~> 7.0', '>= 7.0.7'
|
gem 'rails-i18n', '~> 8.0', '>= 8.0.1'
|
||||||
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
||||||
|
|
||||||
# For reading and parsing HTML from Neopets.com, like importing Closet pages.
|
# For reading and parsing HTML from Neopets.com, like importing Closet pages.
|
||||||
|
|
124
Gemfile.lock
124
Gemfile.lock
|
@ -7,67 +7,67 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.2.1)
|
actioncable (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (7.2.1)
|
actionmailbox (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
activejob (= 7.2.1)
|
activejob (= 8.0.1)
|
||||||
activerecord (= 7.2.1)
|
activerecord (= 8.0.1)
|
||||||
activestorage (= 7.2.1)
|
activestorage (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (7.2.1)
|
actionmailer (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
actionview (= 7.2.1)
|
actionview (= 8.0.1)
|
||||||
activejob (= 7.2.1)
|
activejob (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.2.1)
|
actionpack (8.0.1)
|
||||||
actionview (= 7.2.1)
|
actionview (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
rack (>= 2.2.4)
|
||||||
rack (>= 2.2.4, < 3.2)
|
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
useragent (~> 0.16)
|
useragent (~> 0.16)
|
||||||
actiontext (7.2.1)
|
actiontext (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
activerecord (= 7.2.1)
|
activerecord (= 8.0.1)
|
||||||
activestorage (= 7.2.1)
|
activestorage (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.2.1)
|
actionview (8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (7.2.1)
|
activejob (8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.2.1)
|
activemodel (8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
activerecord (7.2.1)
|
activerecord (8.0.1)
|
||||||
activemodel (= 7.2.1)
|
activemodel (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.2.1)
|
activestorage (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
activejob (= 7.2.1)
|
activejob (= 8.0.1)
|
||||||
activerecord (= 7.2.1)
|
activerecord (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.2.1)
|
activesupport (8.0.1)
|
||||||
base64
|
base64
|
||||||
|
benchmark (>= 0.3)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
|
@ -77,6 +77,7 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0, >= 2.0.5)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
|
uri (>= 0.13.1)
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
aes_key_wrap (1.1.0)
|
aes_key_wrap (1.1.0)
|
||||||
|
@ -257,7 +258,7 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
nio4r (2.7.3)
|
nio4r (2.7.4)
|
||||||
nokogiri (1.16.7)
|
nokogiri (1.16.7)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
@ -330,20 +331,20 @@ GEM
|
||||||
rackup (2.1.0)
|
rackup (2.1.0)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
webrick (~> 1.8)
|
webrick (~> 1.8)
|
||||||
rails (7.2.1)
|
rails (8.0.1)
|
||||||
actioncable (= 7.2.1)
|
actioncable (= 8.0.1)
|
||||||
actionmailbox (= 7.2.1)
|
actionmailbox (= 8.0.1)
|
||||||
actionmailer (= 7.2.1)
|
actionmailer (= 8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
actiontext (= 7.2.1)
|
actiontext (= 8.0.1)
|
||||||
actionview (= 7.2.1)
|
actionview (= 8.0.1)
|
||||||
activejob (= 7.2.1)
|
activejob (= 8.0.1)
|
||||||
activemodel (= 7.2.1)
|
activemodel (= 8.0.1)
|
||||||
activerecord (= 7.2.1)
|
activerecord (= 8.0.1)
|
||||||
activestorage (= 7.2.1)
|
activestorage (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.2.1)
|
railties (= 8.0.1)
|
||||||
rails-dom-testing (2.2.0)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
|
@ -351,12 +352,12 @@ GEM
|
||||||
rails-html-sanitizer (1.6.0)
|
rails-html-sanitizer (1.6.0)
|
||||||
loofah (~> 2.21)
|
loofah (~> 2.21)
|
||||||
nokogiri (~> 1.14)
|
nokogiri (~> 1.14)
|
||||||
rails-i18n (7.0.9)
|
rails-i18n (8.0.1)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 6.0.0, < 8)
|
railties (>= 8.0.0, < 9)
|
||||||
railties (7.2.1)
|
railties (8.0.1)
|
||||||
actionpack (= 7.2.1)
|
actionpack (= 8.0.1)
|
||||||
activesupport (= 7.2.1)
|
activesupport (= 8.0.1)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
|
@ -508,7 +509,8 @@ GEM
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff (>= 0.4.0, < 2.0.0)
|
hashdiff (>= 0.4.0, < 2.0.0)
|
||||||
webrick (1.8.2)
|
webrick (1.8.2)
|
||||||
websocket-driver (0.7.6)
|
websocket-driver (0.7.7)
|
||||||
|
base64
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (4.0.1)
|
will_paginate (4.0.1)
|
||||||
|
@ -543,8 +545,8 @@ DEPENDENCIES
|
||||||
parallel (~> 1.23)
|
parallel (~> 1.23)
|
||||||
rack-attack (~> 6.7)
|
rack-attack (~> 6.7)
|
||||||
rack-mini-profiler (~> 3.1)
|
rack-mini-profiler (~> 3.1)
|
||||||
rails (~> 7.2, >= 7.2.1)
|
rails (~> 8.0, >= 8.0.1)
|
||||||
rails-i18n (~> 7.0, >= 7.0.7)
|
rails-i18n (~> 8.0, >= 8.0.1)
|
||||||
rdiscount (~> 2.2, >= 2.2.7.1)
|
rdiscount (~> 2.2, >= 2.2.7.1)
|
||||||
react-rails (~> 2.7, >= 2.7.1)
|
react-rails (~> 2.7, >= 2.7.1)
|
||||||
rspec-rails (~> 7.0)
|
rspec-rails (~> 7.0)
|
||||||
|
|
BIN
vendor/cache/actioncable-7.2.1.gem
vendored
BIN
vendor/cache/actioncable-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actioncable-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-7.2.1.gem
vendored
BIN
vendor/cache/actionmailbox-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailbox-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-7.2.1.gem
vendored
BIN
vendor/cache/actionmailer-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-7.2.1.gem
vendored
BIN
vendor/cache/actionpack-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actionpack-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-7.2.1.gem
vendored
BIN
vendor/cache/actiontext-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actiontext-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actiontext-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-7.2.1.gem
vendored
BIN
vendor/cache/actionview-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/actionview-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-7.2.1.gem
vendored
BIN
vendor/cache/activejob-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/activejob-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-7.2.1.gem
vendored
BIN
vendor/cache/activemodel-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/activemodel-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-7.2.1.gem
vendored
BIN
vendor/cache/activerecord-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/activerecord-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-7.2.1.gem
vendored
BIN
vendor/cache/activestorage-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/activestorage-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-7.2.1.gem
vendored
BIN
vendor/cache/activesupport-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/activesupport-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/nio4r-2.7.3.gem
vendored
BIN
vendor/cache/nio4r-2.7.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/nio4r-2.7.4.gem
vendored
Normal file
BIN
vendor/cache/nio4r-2.7.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-7.2.1.gem
vendored
BIN
vendor/cache/rails-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/rails-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-i18n-7.0.9.gem
vendored
BIN
vendor/cache/rails-i18n-7.0.9.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-i18n-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/rails-i18n-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-7.2.1.gem
vendored
BIN
vendor/cache/railties-7.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-8.0.1.gem
vendored
Normal file
BIN
vendor/cache/railties-8.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/websocket-driver-0.7.6.gem
vendored
BIN
vendor/cache/websocket-driver-0.7.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/websocket-driver-0.7.7.gem
vendored
Normal file
BIN
vendor/cache/websocket-driver-0.7.7.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue