Updated to rails 8.0.0.2

This commit is contained in:
2025-07-17 12:21:59 +02:00
parent b0666533ec
commit d856267e84
2 changed files with 198 additions and 182 deletions

View File

@@ -15,7 +15,7 @@ gem "turbo-rails"
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "stimulus-rails" gem "stimulus-rails"
# Use Tailwind CSS [https://github.com/rails/tailwindcss-rails] # Use Tailwind CSS [https://github.com/rails/tailwindcss-rails]
gem "tailwindcss-rails" gem "tailwindcss-rails", "~> 3.3.1"
# Build JSON APIs with ease [https://github.com/rails/jbuilder] # Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder" gem "jbuilder"
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production

View File

@@ -2,31 +2,31 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
Ascii85 (2.0.1) Ascii85 (2.0.1)
action_policy (0.7.2) action_policy (0.7.5)
ruby-next-core (>= 1.0) ruby-next-core (>= 1.0)
actioncable (8.0.0.1) actioncable (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
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.1) actionmailbox (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
activejob (= 8.0.0.1) activejob (= 8.0.2)
activerecord (= 8.0.0.1) activerecord (= 8.0.2)
activestorage (= 8.0.0.1) activestorage (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
mail (>= 2.8.0) mail (>= 2.8.0)
actionmailer (8.0.0.1) actionmailer (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
actionview (= 8.0.0.1) actionview (= 8.0.2)
activejob (= 8.0.0.1) activejob (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
mail (>= 2.8.0) mail (>= 2.8.0)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (8.0.0.1) actionpack (8.0.2)
actionview (= 8.0.0.1) actionview (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
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)
@@ -34,35 +34,35 @@ GEM
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.1) actiontext (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
activerecord (= 8.0.0.1) activerecord (= 8.0.2)
activestorage (= 8.0.0.1) activestorage (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (8.0.0.1) actionview (8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
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.1) activejob (8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (8.0.0.1) activemodel (8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
activerecord (8.0.0.1) activerecord (8.0.2)
activemodel (= 8.0.0.1) activemodel (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activestorage (8.0.0.1) activestorage (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
activejob (= 8.0.0.1) activejob (= 8.0.2)
activerecord (= 8.0.0.1) activerecord (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (8.0.0.1) activesupport (8.0.2)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@@ -78,19 +78,19 @@ GEM
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2) afm (0.2.2)
ast (2.4.2) ast (2.4.3)
authentication-zero (3.0.2) authentication-zero (3.0.2)
base64 (0.2.0) base64 (0.3.0)
bcrypt (3.1.20) bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.0) benchmark (0.4.1)
bigdecimal (3.1.8) bigdecimal (3.2.2)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.18.4) bootsnap (1.18.6)
msgpack (~> 1.2) msgpack (~> 1.2)
brakeman (6.2.2) brakeman (7.0.2)
racc racc
builder (3.3.0) builder (3.3.0)
capybara (3.40.0) capybara (3.40.0)
@@ -104,77 +104,81 @@ GEM
xpath (~> 3.2) xpath (~> 3.2)
childprocess (5.1.0) childprocess (5.1.0)
logger (~> 1.5) logger (~> 1.5)
concurrent-ruby (1.3.4) concurrent-ruby (1.3.5)
connection_pool (2.4.1) connection_pool (2.5.3)
crass (1.0.6) crass (1.0.6)
csv (3.3.0) csv (3.3.5)
date (3.4.1) date (3.4.1)
debug (1.9.2) debug (1.11.0)
irb (~> 1.10) irb (~> 1.10)
reline (>= 0.3.8) reline (>= 0.3.8)
dotenv (3.1.4) dotenv (3.1.8)
drb (2.2.1) drb (2.2.3)
ed25519 (1.3.0) ed25519 (1.4.0)
erubi (1.13.0) erb (5.0.2)
erubi (1.13.1)
et-orbi (1.2.11) et-orbi (1.2.11)
tzinfo tzinfo
faker (3.5.1) faker (3.5.2)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu) ffi (1.17.2-arm-linux-gnu)
ffi (1.17.0-arm64-darwin) ffi (1.17.2-arm64-darwin)
ffi (1.17.0-x86-linux-gnu) ffi (1.17.2-x86-linux-gnu)
ffi (1.17.0-x86_64-darwin) ffi (1.17.2-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu) ffi (1.17.2-x86_64-linux-gnu)
fugit (1.11.1) fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11) et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4) raabro (~> 1.4)
globalid (1.2.1) globalid (1.2.1)
activesupport (>= 6.1) activesupport (>= 6.1)
hashery (2.1.2) hashery (2.1.2)
i18n (1.14.6) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
image_processing (1.13.0) image_processing (1.14.0)
mini_magick (>= 4.9.5, < 5) mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.3) importmap-rails (2.1.0)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activesupport (>= 6.0.0) activesupport (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
inline_svg (1.10.0) inline_svg (1.10.0)
activesupport (>= 3.0) activesupport (>= 3.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
io-console (0.8.0) io-console (0.8.1)
irb (1.14.1) irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0) rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
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.9.0) json (2.12.2)
kamal (2.3.0) kamal (2.7.0)
activesupport (>= 7.0) activesupport (>= 7.0)
base64 (~> 0.2) base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)
concurrent-ruby (~> 1.2) concurrent-ruby (~> 1.2)
dotenv (~> 3.1) dotenv (~> 3.1)
ed25519 (~> 1.2) ed25519 (~> 1.4)
net-ssh (~> 7.3) net-ssh (~> 7.3)
sshkit (>= 1.23.0, < 2.0) sshkit (>= 1.23.0, < 2.0)
thor (~> 1.3) thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0) zeitwerk (>= 2.6.18, < 3.0)
kredis (1.7.0) kredis (1.8.0)
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
activesupport (>= 6.0.0) activesupport (>= 6.0.0)
redis (>= 4.2, < 6) redis (>= 4.2, < 6)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.5)
launchy (3.0.1) launchy (3.1.1)
addressable (~> 2.8) addressable (~> 2.8)
childprocess (~> 5.0) childprocess (~> 5.0)
logger (~> 1.6)
letter_opener (1.10.0) letter_opener (1.10.0)
launchy (>= 2.2, < 4) launchy (>= 2.2, < 4)
logger (1.6.2) lint_roller (1.1.0)
loofah (2.23.1) logger (1.7.0)
loofah (2.24.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)
@@ -183,221 +187,232 @@ GEM
net-pop net-pop
net-smtp net-smtp
marcel (1.0.4) marcel (1.0.4)
matrix (0.4.2) matrix (0.4.3)
mini_magick (4.13.2) mini_magick (5.3.0)
logger
mini_mime (1.1.5) mini_mime (1.1.5)
minitest (5.25.4) mini_portile2 (2.8.9)
msgpack (1.7.5) minitest (5.25.5)
net-imap (0.5.1) msgpack (1.8.0)
net-imap (0.5.9)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
net-protocol net-protocol
net-protocol (0.2.2) net-protocol (0.2.2)
timeout timeout
net-scp (4.0.0) net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0) net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0) net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0) net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0) net-smtp (0.5.1)
net-protocol net-protocol
net-ssh (7.3.0) net-ssh (7.3.0)
nio4r (2.7.4) nio4r (2.7.4)
nokogiri (1.17.1-aarch64-linux) nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-arm-linux) nokogiri (1.18.8-aarch64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-arm64-darwin) nokogiri (1.18.8-arm-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-x86-linux) nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-x86_64-darwin) nokogiri (1.18.8-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.17.1-x86_64-linux) nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
ostruct (0.6.1) ostruct (0.6.3)
pagy (9.3.3) pagy (9.3.5)
parallel (1.26.3) parallel (1.27.0)
parser (3.3.6.0) parser (3.3.8.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pdf-reader (2.13.0) pdf-reader (2.14.1)
Ascii85 (>= 1.0, < 3.0, != 2.0.0) Ascii85 (>= 1.0, < 3.0, != 2.0.0)
afm (~> 0.2.1) afm (~> 0.2.1)
hashery (~> 2.0) hashery (~> 2.0)
ruby-rc4 ruby-rc4
ttfunk ttfunk
psych (5.2.1) pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
psych (5.2.6)
date date
stringio stringio
public_suffix (6.0.1) public_suffix (6.0.2)
puma (6.5.0) puma (6.6.0)
nio4r (~> 2.0) nio4r (~> 2.0)
pwned (2.4.1) pwned (2.4.1)
raabro (1.4.0) raabro (1.4.0)
racc (1.8.1) racc (1.8.1)
rack (3.1.8) rack (3.1.16)
rack-session (2.0.0) rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.2.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.2.1) rackup (2.2.1)
rack (>= 3) rack (>= 3)
rails (8.0.0.1) rails (8.0.2)
actioncable (= 8.0.0.1) actioncable (= 8.0.2)
actionmailbox (= 8.0.0.1) actionmailbox (= 8.0.2)
actionmailer (= 8.0.0.1) actionmailer (= 8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
actiontext (= 8.0.0.1) actiontext (= 8.0.2)
actionview (= 8.0.0.1) actionview (= 8.0.2)
activejob (= 8.0.0.1) activejob (= 8.0.2)
activemodel (= 8.0.0.1) activemodel (= 8.0.2)
activerecord (= 8.0.0.1) activerecord (= 8.0.2)
activestorage (= 8.0.0.1) activestorage (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 8.0.0.1) railties (= 8.0.2)
rails-dom-testing (2.2.0) rails-dom-testing (2.3.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1) rails-html-sanitizer (1.6.2)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (8.0.1) rails-i18n (8.0.1)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 8.0.0, < 9) railties (>= 8.0.0, < 9)
railties (8.0.0.1) railties (8.0.2)
actionpack (= 8.0.0.1) actionpack (= 8.0.2)
activesupport (= 8.0.0.1) activesupport (= 8.0.2)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0, >= 1.2.2) thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.2.1) rake (13.3.0)
ransack (4.2.1) ransack (4.3.0)
activerecord (>= 6.1.5) activerecord (>= 6.1.5)
activesupport (>= 6.1.5) activesupport (>= 6.1.5)
i18n i18n
rdoc (6.8.1) rdoc (6.14.2)
erb
psych (>= 4.0.0) psych (>= 4.0.0)
redis (5.3.0) redis (5.4.0)
redis-client (>= 0.22.0) redis-client (>= 0.22.0)
redis-client (0.22.2) redis-client (0.25.1)
connection_pool connection_pool
regexp_parser (2.9.3) regexp_parser (2.10.0)
reline (0.5.12) reline (0.6.1)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.3.9) rexml (3.4.1)
rubocop (1.69.1) rubocop (1.78.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0) regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0) rubocop-ast (>= 1.45.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2) rubocop-ast (1.46.0)
parser (>= 3.3.1.0) parser (>= 3.3.7.2)
rubocop-minitest (0.36.0) prism (~> 1.4)
rubocop (>= 1.61, < 2.0) rubocop-performance (1.25.0)
rubocop-ast (>= 1.31.1, < 2.0) lint_roller (~> 1.1)
rubocop-performance (1.23.0) rubocop (>= 1.75.0, < 2.0)
rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.32.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0) rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rails-omakase (1.0.0) rubocop-rails-omakase (1.1.0)
rubocop rubocop (>= 1.72)
rubocop-minitest rubocop-performance (>= 1.24)
rubocop-performance rubocop-rails (>= 2.30)
rubocop-rails ruby-next-core (1.1.2)
ruby-next-core (1.0.3)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5) ruby-rc4 (0.1.5)
ruby-vips (2.2.2) ruby-vips (2.2.4)
ffi (~> 1.12) ffi (~> 1.12)
logger logger
rubyzip (2.3.2) rubyzip (2.4.1)
securerandom (0.4.0) securerandom (0.4.1)
selenium-webdriver (4.27.0) selenium-webdriver (4.34.0)
base64 (~> 0.2) base64 (~> 0.2)
logger (~> 1.4) logger (~> 1.4)
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)
solid_cable (3.0.4) solid_cable (3.0.11)
actioncable (>= 7.2) actioncable (>= 7.2)
activejob (>= 7.2) activejob (>= 7.2)
activerecord (>= 7.2) activerecord (>= 7.2)
railties (>= 7.2) railties (>= 7.2)
solid_cache (1.0.6) solid_cache (1.0.7)
activejob (>= 7.2) activejob (>= 7.2)
activerecord (>= 7.2) activerecord (>= 7.2)
railties (>= 7.2) railties (>= 7.2)
solid_queue (1.1.0) solid_queue (1.2.0)
activejob (>= 7.1) activejob (>= 7.1)
activerecord (>= 7.1) activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1) concurrent-ruby (>= 1.3.1)
fugit (~> 1.11.0) fugit (~> 1.11.0)
railties (>= 7.1) railties (>= 7.1)
thor (~> 1.3.1) thor (~> 1.3.1)
sprockets (4.2.1) sprockets (4.2.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
logger
rack (>= 2.2.4, < 4) rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2) sprockets-rails (3.5.2)
actionpack (>= 6.1) actionpack (>= 6.1)
activesupport (>= 6.1) activesupport (>= 6.1)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (2.4.1-aarch64-linux-gnu) sqlite3 (2.7.2-aarch64-linux-gnu)
sqlite3 (2.4.1-arm-linux-gnu) sqlite3 (2.7.2-arm-linux-gnu)
sqlite3 (2.4.1-arm64-darwin) sqlite3 (2.7.2-arm64-darwin)
sqlite3 (2.4.1-x86-linux-gnu) sqlite3 (2.7.2-x86-linux-gnu)
sqlite3 (2.4.1-x86_64-darwin) sqlite3 (2.7.2-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu) sqlite3 (2.7.2-x86_64-linux-gnu)
sshkit (1.23.2) sshkit (1.24.0)
base64 base64
logger
net-scp (>= 1.1.2) net-scp (>= 1.1.2)
net-sftp (>= 2.1.2) net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0) net-ssh (>= 2.8.0)
ostruct ostruct
stimulus-rails (1.3.4) stimulus-rails (1.3.4)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.2) stringio (3.1.7)
tailwindcss-rails (3.0.0) tailwindcss-rails (3.3.2)
railties (>= 7.0.0) railties (>= 7.0.0)
tailwindcss-ruby tailwindcss-ruby (~> 3.0)
tailwindcss-ruby (3.4.16) tailwindcss-ruby (3.4.17)
tailwindcss-ruby (3.4.16-aarch64-linux) tailwindcss-ruby (3.4.17-aarch64-linux)
tailwindcss-ruby (3.4.16-arm-linux) tailwindcss-ruby (3.4.17-arm-linux)
tailwindcss-ruby (3.4.16-arm64-darwin) tailwindcss-ruby (3.4.17-arm64-darwin)
tailwindcss-ruby (3.4.16-x86_64-darwin) tailwindcss-ruby (3.4.17-x86_64-darwin)
tailwindcss-ruby (3.4.16-x86_64-linux) tailwindcss-ruby (3.4.17-x86_64-linux)
thor (1.3.2) thor (1.3.2)
thruster (0.1.9) thruster (0.1.14)
thruster (0.1.9-aarch64-linux) thruster (0.1.14-aarch64-linux)
thruster (0.1.9-arm64-darwin) thruster (0.1.14-arm64-darwin)
thruster (0.1.9-x86_64-darwin) thruster (0.1.14-x86_64-darwin)
thruster (0.1.9-x86_64-linux) thruster (0.1.14-x86_64-linux)
timeout (0.4.2) timeout (0.4.3)
ttfunk (1.8.0) ttfunk (1.8.0)
bigdecimal (~> 3.1) bigdecimal (~> 3.1)
turbo-rails (2.0.11) turbo-rails (2.0.16)
actionpack (>= 6.0.0) actionpack (>= 7.1.0)
railties (>= 6.0.0) railties (>= 7.1.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2) unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4) unicode-emoji (4.0.4)
uri (1.0.2) uri (1.0.3)
useragent (0.16.11) useragent (0.16.11)
web-console (4.2.1) web-console (4.2.1)
actionview (>= 6.0.0) actionview (>= 6.0.0)
@@ -405,12 +420,13 @@ GEM
bindex (>= 0.4.0) bindex (>= 0.4.0)
railties (>= 6.0.0) railties (>= 6.0.0)
websocket (1.2.11) websocket (1.2.11)
websocket-driver (0.7.6) websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
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.7.1) zeitwerk (2.7.3)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@@ -453,7 +469,7 @@ DEPENDENCIES
sprockets-rails sprockets-rails
sqlite3 (>= 2.1) sqlite3 (>= 2.1)
stimulus-rails stimulus-rails
tailwindcss-rails tailwindcss-rails (~> 3.3.1)
thruster thruster
turbo-rails turbo-rails
tzinfo-data tzinfo-data