Bump Rails

This commit is contained in:
Andrew Tomaka 2023-03-06 23:05:36 -05:00
parent ecb3a26596
commit bb13e45793
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 69 additions and 66 deletions

View file

@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.0" ruby "3.2.0"
gem "rails", "~> 7.0.4" gem "rails", "7.0.4.2"
gem "sprockets-rails" gem "sprockets-rails"
gem "sqlite3" gem "sqlite3"
gem "puma" gem "puma"

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.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4) actionmailbox (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
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.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
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.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
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.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4) actionview (7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
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.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4) activemodel (7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
activerecord (7.0.4) activerecord (7.0.4.2)
activemodel (= 7.0.4) activemodel (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
activestorage (7.0.4) activestorage (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4) activesupport (7.0.4.2)
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)
@ -84,6 +84,7 @@ GEM
childprocess (4.1.0) childprocess (4.1.0)
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
date (3.3.3)
debug (1.6.3) debug (1.6.3)
irb (>= 1.3.6) irb (>= 1.3.6)
reline (>= 0.3.1) reline (>= 0.3.1)
@ -101,29 +102,31 @@ GEM
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
loofah (2.19.0) 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.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)
mini_portile2 (2.8.1)
minitest (5.16.3) minitest (5.16.3)
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.9) nokogiri (1.14.2-x86_64-linux)
mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
public_suffix (5.0.0) public_suffix (5.0.0)
puma (6.1.1) puma (6.1.1)
@ -132,28 +135,28 @@ GEM
rack (2.2.4) rack (2.2.4)
rack-test (2.0.2) rack-test (2.0.2)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4) rails (7.0.4.2)
actioncable (= 7.0.4) actioncable (= 7.0.4.2)
actionmailbox (= 7.0.4) actionmailbox (= 7.0.4.2)
actionmailer (= 7.0.4) actionmailer (= 7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
actiontext (= 7.0.4) actiontext (= 7.0.4.2)
actionview (= 7.0.4) actionview (= 7.0.4.2)
activejob (= 7.0.4) activejob (= 7.0.4.2)
activemodel (= 7.0.4) activemodel (= 7.0.4.2)
activerecord (= 7.0.4) activerecord (= 7.0.4.2)
activestorage (= 7.0.4) activestorage (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4) railties (= 7.0.4.2)
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.3) rails-html-sanitizer (1.5.0)
loofah (~> 2.3) loofah (~> 2.19, >= 2.19.1)
railties (7.0.4) railties (7.0.4.2)
actionpack (= 7.0.4) actionpack (= 7.0.4.2)
activesupport (= 7.0.4) activesupport (= 7.0.4.2)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -182,8 +185,8 @@ GEM
tailwindcss-rails (2.0.21-x86_64-linux) tailwindcss-rails (2.0.21-x86_64-linux)
railties (>= 6.0.0) railties (>= 6.0.0)
thor (1.2.1) thor (1.2.1)
timeout (0.3.0) timeout (0.3.2)
turbo-rails (1.3.2) turbo-rails (1.4.0)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activejob (>= 6.0.0) activejob (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
@ -216,7 +219,7 @@ DEPENDENCIES
importmap-rails importmap-rails
jbuilder jbuilder
puma puma
rails (~> 7.0.4) rails (= 7.0.4.2)
selenium-webdriver selenium-webdriver
sprockets-rails sprockets-rails
sqlite3 sqlite3