Upgrade Rails gem to 7.1

This commit is contained in:
Andrew Tomaka 2023-10-10 22:44:33 -04:00
parent c9b79ec9ea
commit 48b7be4615
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 81 additions and 78 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# unti 7.1 is out # unti 7.1 is out
gem "rails", git: "https://github.com/rails/rails" gem "rails", "7.1.0"
gem "sprockets-rails" gem "sprockets-rails"
gem "sqlite3" gem "sqlite3"
gem "puma" gem "puma"

View file

@ -1,72 +1,72 @@
GIT GEM
remote: https://github.com/rails/rails remote: https://rubygems.org/
revision: 5a2163440706c70dff7c8ea5863d21644126a43b
specs: specs:
actioncable (7.1.0.alpha) actioncable (7.1.0)
actionpack (= 7.1.0.alpha) actionpack (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (7.1.0.alpha) actionmailbox (7.1.0)
actionpack (= 7.1.0.alpha) actionpack (= 7.1.0)
activejob (= 7.1.0.alpha) activejob (= 7.1.0)
activerecord (= 7.1.0.alpha) activerecord (= 7.1.0)
activestorage (= 7.1.0.alpha) activestorage (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.1.0.alpha) actionmailer (7.1.0)
actionpack (= 7.1.0.alpha) actionpack (= 7.1.0)
actionview (= 7.1.0.alpha) actionview (= 7.1.0)
activejob (= 7.1.0.alpha) activejob (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (7.1.0.alpha) actionpack (7.1.0)
actionview (= 7.1.0.alpha) actionview (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
rack (>= 2.2.4) rack (>= 2.2.4)
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)
actiontext (7.1.0.alpha) actiontext (7.1.0)
actionpack (= 7.1.0.alpha) actionpack (= 7.1.0)
activerecord (= 7.1.0.alpha) activerecord (= 7.1.0)
activestorage (= 7.1.0.alpha) activestorage (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.1.0.alpha) actionview (7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
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.1.0.alpha) activejob (7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.1.0.alpha) activemodel (7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
activerecord (7.1.0.alpha) activerecord (7.1.0)
activemodel (= 7.1.0.alpha) activemodel (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (7.1.0.alpha) activestorage (7.1.0)
actionpack (= 7.1.0.alpha) actionpack (= 7.1.0)
activejob (= 7.1.0.alpha) activejob (= 7.1.0)
activerecord (= 7.1.0.alpha) activerecord (= 7.1.0)
activesupport (= 7.1.0.alpha) activesupport (= 7.1.0)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (7.1.0.alpha) activesupport (7.1.0)
base64 base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5) connection_pool (>= 2.2.5)
drb drb
@ -74,36 +74,11 @@ GIT
minitest (>= 5.1) minitest (>= 5.1)
mutex_m mutex_m
tzinfo (~> 2.0) tzinfo (~> 2.0)
rails (7.1.0.alpha)
actioncable (= 7.1.0.alpha)
actionmailbox (= 7.1.0.alpha)
actionmailer (= 7.1.0.alpha)
actionpack (= 7.1.0.alpha)
actiontext (= 7.1.0.alpha)
actionview (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
activemodel (= 7.1.0.alpha)
activerecord (= 7.1.0.alpha)
activestorage (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
bundler (>= 1.15.0)
railties (= 7.1.0.alpha)
railties (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5) addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
base64 (0.1.1) base64 (0.1.1)
bigdecimal (3.1.4)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.16.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
@ -127,23 +102,24 @@ GEM
drb (2.1.1) drb (2.1.1)
ruby2_keywords ruby2_keywords
erubi (1.12.0) erubi (1.12.0)
globalid (1.1.0) globalid (1.2.1)
activesupport (>= 5.0) activesupport (>= 6.1)
i18n (1.14.1) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (1.2.1) importmap-rails (1.2.1)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.6.0) io-console (0.6.0)
irb (1.7.4) irb (1.8.1)
reline (>= 0.3.6) rdoc
reline (>= 0.3.8)
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
json (2.6.3) json (2.6.3)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
lint_roller (1.1.0) lint_roller (1.1.0)
loofah (2.21.3) loofah (2.21.4)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
@ -154,17 +130,17 @@ GEM
marcel (1.0.2) marcel (1.0.2)
matrix (0.4.2) matrix (0.4.2)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.19.0) minitest (5.20.0)
msgpack (1.7.2) msgpack (1.7.2)
mutex_m (0.1.2) mutex_m (0.1.2)
net-imap (0.3.7) net-imap (0.4.1)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.1) net-protocol (0.2.1)
timeout timeout
net-smtp (0.3.3) net-smtp (0.4.0)
net-protocol net-protocol
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux) nokogiri (1.15.4-x86_64-linux)
@ -173,6 +149,8 @@ GEM
parser (3.2.2.3) parser (3.2.2.3)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
psych (5.1.0)
stringio
public_suffix (5.0.3) public_suffix (5.0.3)
puma (6.3.1) puma (6.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
@ -185,6 +163,20 @@ GEM
rackup (2.1.0) rackup (2.1.0)
rack (>= 3) rack (>= 3)
webrick (~> 1.8) webrick (~> 1.8)
rails (7.1.0)
actioncable (= 7.1.0)
actionmailbox (= 7.1.0)
actionmailer (= 7.1.0)
actionpack (= 7.1.0)
actiontext (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activemodel (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
bundler (>= 1.15.0)
railties (= 7.1.0)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@ -192,10 +184,20 @@ 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)
railties (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1) regexp_parser (2.8.1)
reline (0.3.7) reline (0.3.9)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.2.6) rexml (3.2.6)
rubocop (1.52.1) rubocop (1.52.1)
@ -242,6 +244,7 @@ GEM
rubocop-performance (~> 1.18.0) rubocop-performance (~> 1.18.0)
stimulus-rails (1.2.2) stimulus-rails (1.2.2)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.0.8)
tailwindcss-rails (2.0.30-x86_64-linux) tailwindcss-rails (2.0.30-x86_64-linux)
railties (>= 6.0.0) railties (>= 6.0.0)
thor (1.2.2) thor (1.2.2)
@ -269,7 +272,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.11) zeitwerk (2.6.12)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
@ -281,7 +284,7 @@ DEPENDENCIES
importmap-rails importmap-rails
jbuilder jbuilder
puma puma
rails! rails (= 7.1.0)
selenium-webdriver selenium-webdriver
sprockets-rails sprockets-rails
sqlite3 sqlite3