diff --git a/Gemfile b/Gemfile index 0b56930..05c8ce7 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'kaminari', '~> 1.2' -gem 'tailwindcss-rails', '~> 2.4' +gem 'tailwindcss-rails', '~> 2.6' gem 'rubyzip', '~> 2.3' gem 'heroicon', '~> 1.0.0' gem 'rails-i18n', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 90f4499..d2145e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,14 +78,14 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) chartkick (5.0.6) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.1) connection_pool (2.4.1) crass (1.0.6) crawler_detect (1.2.4) @@ -112,7 +112,7 @@ GEM moneta multi_json (>= 1.9.2) webrick - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -122,8 +122,8 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.13.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -151,8 +151,8 @@ GEM method_source (1.1.0) mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.6) - minitest (5.22.3) + mini_portile2 (2.8.7) + minitest (5.23.1) moneta (1.0.0) msgpack (1.7.2) multi_json (1.15.0) @@ -167,7 +167,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.5.9) - nokogiri (1.16.4) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) pg (1.5.6) @@ -183,7 +183,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) qonfig (0.28.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rack-mini-profiler (3.3.1) rack (>= 1.2.0) @@ -228,13 +228,13 @@ GEM zeitwerk (~> 2.6) rake (13.2.1) rate_throttle_client (0.1.2) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) redis (5.2.0) redis-client (>= 0.22.0) redis-client (0.22.1) connection_pool - reline (0.5.2) + reline (0.5.8) io-console (~> 0.5) rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -280,8 +280,8 @@ GEM stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) - tailwindcss-rails (2.4.0) - railties (>= 6.0.0) + tailwindcss-rails (2.6.1) + railties (>= 7.0.0) test-prof (1.3.3) thor (1.3.1) timeout (0.4.1) @@ -304,7 +304,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.13) + zeitwerk (2.6.15) PLATFORMS ruby @@ -337,7 +337,7 @@ DEPENDENCIES sidekiq (~> 7.2) sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.3) - tailwindcss-rails (~> 2.4) + tailwindcss-rails (~> 2.6) test-prof (~> 1.3, >= 1.3.3) turbo-rails (~> 2.0, >= 2.0.5) tzinfo-data