Bump dependencies
Some checks failed
Ruby CI / test (pull_request) Failing after 1s

This commit is contained in:
Andrew Tomaka 2024-10-25 19:01:13 -04:00
parent 619a43ef15
commit 5526f407f1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 78 additions and 84 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", github: "rails/rails", branch: "main" gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft] # The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft", github: "rails/propshaft", branch: "main" gem "propshaft"
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 1.4" gem "sqlite3", ">= 1.4"
# Use the Puma web server [https://github.com/puma/puma] # Use the Puma web server [https://github.com/puma/puma]

View file

@ -1,42 +1,31 @@
GIT
remote: https://github.com/rails/propshaft.git
revision: 993c67d843cd544927cce150cddc160b9c5607e3
branch: main
specs:
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
GIT GIT
remote: https://github.com/rails/rails.git remote: https://github.com/rails/rails.git
revision: 0df09ddb654461574dc45af5518b0cfa3a24e09e revision: 68714ea8c8dc259d71dc1fc76a7202a483af18c7
branch: main branch: main
specs: specs:
actioncable (8.0.0.beta1) actioncable (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (8.0.0.beta1) actionmailbox (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
activejob (= 8.0.0.beta1) activejob (= 8.1.0.alpha)
activerecord (= 8.0.0.beta1) activerecord (= 8.1.0.alpha)
activestorage (= 8.0.0.beta1) activestorage (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
mail (>= 2.8.0) mail (>= 2.8.0)
actionmailer (8.0.0.beta1) actionmailer (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
actionview (= 8.0.0.beta1) actionview (= 8.1.0.alpha)
activejob (= 8.0.0.beta1) activejob (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
mail (>= 2.8.0) mail (>= 2.8.0)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (8.0.0.beta1) actionpack (8.1.0.alpha)
actionview (= 8.0.0.beta1) actionview (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
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)
@ -44,35 +33,35 @@ GIT
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 (8.0.0.beta1) actiontext (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
activerecord (= 8.0.0.beta1) activerecord (= 8.1.0.alpha)
activestorage (= 8.0.0.beta1) activestorage (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (8.0.0.beta1) actionview (8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
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 (8.0.0.beta1) activejob (8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (8.0.0.beta1) activemodel (8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
activerecord (8.0.0.beta1) activerecord (8.1.0.alpha)
activemodel (= 8.0.0.beta1) activemodel (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (8.0.0.beta1) activestorage (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
activejob (= 8.0.0.beta1) activejob (= 8.1.0.alpha)
activerecord (= 8.0.0.beta1) activerecord (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (8.0.0.beta1) activesupport (8.1.0.alpha)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@ -85,23 +74,23 @@ GIT
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1) uri (>= 0.13.1)
rails (8.0.0.beta1) rails (8.1.0.alpha)
actioncable (= 8.0.0.beta1) actioncable (= 8.1.0.alpha)
actionmailbox (= 8.0.0.beta1) actionmailbox (= 8.1.0.alpha)
actionmailer (= 8.0.0.beta1) actionmailer (= 8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
actiontext (= 8.0.0.beta1) actiontext (= 8.1.0.alpha)
actionview (= 8.0.0.beta1) actionview (= 8.1.0.alpha)
activejob (= 8.0.0.beta1) activejob (= 8.1.0.alpha)
activemodel (= 8.0.0.beta1) activemodel (= 8.1.0.alpha)
activerecord (= 8.0.0.beta1) activerecord (= 8.1.0.alpha)
activestorage (= 8.0.0.beta1) activestorage (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 8.0.0.beta1) railties (= 8.1.0.alpha)
railties (8.0.0.beta1) railties (8.1.0.alpha)
actionpack (= 8.0.0.beta1) actionpack (= 8.1.0.alpha)
activesupport (= 8.0.0.beta1) activesupport (= 8.1.0.alpha)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@ -121,7 +110,7 @@ GEM
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.18.4) bootsnap (1.18.4)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (6.2.1) brakeman (6.2.2)
racc racc
builder (3.3.0) builder (3.3.0)
capybara (3.40.0) capybara (3.40.0)
@ -151,7 +140,7 @@ GEM
activesupport (>= 6.1) activesupport (>= 6.1)
i18n (1.14.6) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (2.0.1) importmap-rails (2.0.3)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activesupport (>= 6.0.0) activesupport (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
@ -162,10 +151,10 @@ GEM
jbuilder (2.13.0) jbuilder (2.13.0)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
json (2.7.2) json (2.7.4)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
logger (1.6.1) logger (1.6.1)
loofah (2.22.0) loofah (2.23.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
@ -177,8 +166,8 @@ GEM
matrix (0.4.2) matrix (0.4.2)
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.25.1) minitest (5.25.1)
msgpack (1.7.2) msgpack (1.7.3)
net-imap (0.4.16) net-imap (0.5.0)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -198,6 +187,11 @@ GEM
parser (3.3.5.0) parser (3.3.5.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2) psych (5.1.2)
stringio stringio
public_suffix (6.0.1) public_suffix (6.0.1)
@ -205,7 +199,7 @@ GEM
nio4r (~> 2.0) nio4r (~> 2.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.1) racc (1.8.1)
rack (3.1.7) rack (3.1.8)
rack-session (2.0.0) rack-session (2.0.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.1.0)
@ -227,8 +221,8 @@ GEM
regexp_parser (2.9.2) regexp_parser (2.9.2)
reline (0.5.10) reline (0.5.10)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.3.8) rexml (3.3.9)
rubocop (1.66.1) rubocop (1.67.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -276,21 +270,21 @@ GEM
fugit (~> 1.11.0) fugit (~> 1.11.0)
railties (>= 7.1) railties (>= 7.1)
thor (~> 1.3.1) thor (~> 1.3.1)
sqlite3 (2.1.0-aarch64-linux-gnu) sqlite3 (2.1.1-aarch64-linux-gnu)
sqlite3 (2.1.0-arm64-darwin) sqlite3 (2.1.1-arm64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu) sqlite3 (2.1.1-x86_64-linux-gnu)
stimulus-rails (1.3.4) stimulus-rails (1.3.4)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.1) stringio (3.1.1)
tailwindcss-rails (2.7.7-aarch64-linux) tailwindcss-rails (2.7.9-aarch64-linux)
railties (>= 7.0.0) railties (>= 7.0.0)
tailwindcss-rails (2.7.7-arm64-darwin) tailwindcss-rails (2.7.9-arm64-darwin)
railties (>= 7.0.0) railties (>= 7.0.0)
tailwindcss-rails (2.7.7-x86_64-linux) tailwindcss-rails (2.7.9-x86_64-linux)
railties (>= 7.0.0) railties (>= 7.0.0)
thor (1.3.2) thor (1.3.2)
timeout (0.4.1) timeout (0.4.1)
turbo-rails (2.0.10) turbo-rails (2.0.11)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.6) tzinfo (2.0.6)
@ -310,7 +304,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.18) zeitwerk (2.7.1)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@ -325,7 +319,7 @@ DEPENDENCIES
debug debug
importmap-rails importmap-rails
jbuilder jbuilder
propshaft! propshaft
puma (>= 5.0) puma (>= 5.0)
rails! rails!
rubocop-rails-omakase rubocop-rails-omakase