Bump Rails

This commit is contained in:
Josh Abernathy 2023-01-19 14:25:06 +00:00 committed by GitHub
parent 3836a70d57
commit f91df18b9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 91 additions and 88 deletions

View file

@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "~> 3.1.0" ruby "~> 3.1.0"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.3" gem "rails", "~> 7.0"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails" gem "sprockets-rails"

View file

@ -1,67 +1,67 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4) actioncable (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4) actionmailbox (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.4) actionmailer (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
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.0) rails-dom-testing (~> 2.0)
actionpack (7.0.4) actionpack (7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4) actiontext (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4) actionview (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4) activejob (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4) activemodel (7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
activerecord (7.0.4) activerecord (7.0.4.1)
activemodel (= 7.0.4) activemodel (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
activestorage (7.0.4) activestorage (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4) activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -70,7 +70,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
backport (1.2.0) backport (1.2.0)
benchmark (0.2.0) benchmark (0.2.1)
better_html (2.0.1) better_html (2.0.1)
actionview (>= 6.0) actionview (>= 6.0)
activesupport (>= 6.0) activesupport (>= 6.0)
@ -90,11 +90,11 @@ GEM
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2) xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
debug (1.6.3) date (3.3.3)
irb (>= 1.3.6) debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1) reline (>= 0.3.1)
diff-lcs (1.5.0) diff-lcs (1.5.0)
e2mmap (0.1.0) e2mmap (0.1.0)
@ -105,11 +105,11 @@ GEM
rainbow rainbow
rubocop rubocop
smart_properties smart_properties
erubi (1.11.0) erubi (1.12.0)
ffi (1.15.5) ffi (1.15.5)
globalid (1.0.0) globalid (1.0.1)
activesupport (>= 5.0) activesupport (>= 5.0)
hotwire-livereload (1.2.2) hotwire-livereload (1.2.3)
listen (>= 3.0.0) listen (>= 3.0.0)
rails (>= 6.0.0) rails (>= 6.0.0)
i18n (1.12.0) i18n (1.12.0)
@ -117,75 +117,79 @@ GEM
importmap-rails (1.1.5) importmap-rails (1.1.5)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.5.11) io-console (0.6.0)
irb (1.5.1) irb (1.6.2)
reline (>= 0.3.0) reline (>= 0.3.0)
jaro_winkler (1.5.4) jaro_winkler (1.5.4)
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.2) json (2.6.3)
kramdown (2.4.0) kramdown (2.4.0)
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
listen (3.7.1) listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.8.0.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2) marcel (1.0.2)
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.16.3) minitest (5.17.0)
msgpack (1.6.0) msgpack (1.6.0)
net-imap (0.3.1) net-imap (0.3.4)
date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.1.3) net-protocol (0.2.1)
timeout timeout
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10-x86_64-linux) nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.22.1) parallel (1.22.1)
parser (3.1.3.0) parser (3.2.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
public_suffix (5.0.0) public_suffix (5.0.1)
puma (5.6.5) puma (5.6.5)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.1) racc (1.6.2)
rack (2.2.6.2) rack (2.2.6.2)
rack-test (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4) rails (7.0.4.1)
actioncable (= 7.0.4) actioncable (= 7.0.4.1)
actionmailbox (= 7.0.4) actionmailbox (= 7.0.4.1)
actionmailer (= 7.0.4) actionmailer (= 7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
actiontext (= 7.0.4) actiontext (= 7.0.4.1)
actionview (= 7.0.4) actionview (= 7.0.4.1)
activejob (= 7.0.4) activejob (= 7.0.4.1)
activemodel (= 7.0.4) activemodel (= 7.0.4.1)
activerecord (= 7.0.4) activerecord (= 7.0.4.1)
activestorage (= 7.0.4) activestorage (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4) railties (= 7.0.4.1)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4) rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.19, >= 2.19.1)
railties (7.0.4) railties (7.0.4.1)
actionpack (= 7.0.4) actionpack (= 7.0.4.1)
activesupport (= 7.0.4) activesupport (= 7.0.4.1)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -196,32 +200,31 @@ GEM
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (2.6.1) regexp_parser (2.6.1)
reline (0.3.1) reline (0.3.2)
io-console (~> 0.5) io-console (~> 0.5)
reverse_markdown (2.1.1) reverse_markdown (2.1.1)
nokogiri nokogiri
rexml (3.2.5) rexml (3.2.5)
rubocop (1.39.0) rubocop (1.43.0)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.2.1) parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0) rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.23.0) rubocop-ast (1.24.1)
parser (>= 3.1.1.0) parser (>= 3.1.1.0)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
rubyzip (2.3.2) rubyzip (2.3.2)
selenium-webdriver (4.6.1) selenium-webdriver (4.7.1)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0) websocket (~> 1.0)
smart_properties (1.17.0) smart_properties (1.17.0)
solargraph (0.47.2) solargraph (0.48.0)
backport (~> 1.2) backport (~> 1.2)
benchmark benchmark
bundler (>= 1.17.2) bundler (>= 1.17.2)
@ -236,26 +239,26 @@ GEM
thor (~> 1.0) thor (~> 1.0)
tilt (~> 2.0) tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24) yard (~> 0.9, >= 0.9.24)
sprockets (4.1.1) sprockets (4.2.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.5.4-x86_64-linux) sqlite3 (1.6.0-x86_64-linux)
stimulus-rails (1.2.1) stimulus-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
thor (1.2.1) thor (1.2.1)
tilt (2.0.11) tilt (2.0.11)
timeout (0.3.0) timeout (0.3.1)
turbo-rails (1.3.2) turbo-rails (1.3.2)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activejob (>= 6.0.0) activejob (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.5) tzinfo (2.0.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0) unicode-display_width (2.4.2)
webdrivers (5.2.0) webdrivers (5.2.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
rubyzip (>= 1.3.0) rubyzip (>= 1.3.0)
@ -283,7 +286,7 @@ DEPENDENCIES
importmap-rails importmap-rails
jbuilder jbuilder
puma (~> 5.0) puma (~> 5.0)
rails (~> 7.0.3) rails (~> 7.0)
selenium-webdriver selenium-webdriver
solargraph solargraph
sprockets-rails sprockets-rails