diff --git a/Gemfile b/Gemfile index ab8f11e..f314b47 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'pg', '~> 1.5' # Use Puma as the app server gem 'puma', '~> 6.4' gem 'turbo-rails', '~> 1.4' -gem 'stimulus-rails', '~> 1.2' +gem 'stimulus-rails', '~> 1.3' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 5.0' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index c3a8bd1..493e7e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -134,7 +134,7 @@ GEM method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) moneta (1.0.0) msgpack (1.6.0) @@ -149,7 +149,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) pg (1.5.4) @@ -163,7 +163,7 @@ GEM puma (6.4.0) nio4r (~> 2.0) qonfig (0.28.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-mini-profiler (3.1.1) rack (>= 1.2.0) @@ -200,7 +200,7 @@ GEM rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rake (13.0.6) + rake (13.1.0) rate_throttle_client (0.1.2) redis (5.0.7) redis-client (>= 0.9.0) @@ -246,12 +246,12 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stimulus-rails (1.2.2) + stimulus-rails (1.3.3) railties (>= 6.0.0) tailwindcss-rails (2.0.30) railties (>= 6.0.0) test-prof (1.2.3) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -272,7 +272,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -304,7 +304,7 @@ DEPENDENCIES sentry-sidekiq (~> 5.11) sidekiq (~> 7.2) sprockets-rails (~> 3.4, >= 3.4.2) - stimulus-rails (~> 1.2) + stimulus-rails (~> 1.3) tailwindcss-rails (~> 2.0) test-prof (~> 1.2) turbo-rails (~> 1.4)