diff --git a/Gemfile b/Gemfile index 146d22c..0a692b8 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "puma", "7.1.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails", "1.3.1" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] -gem "turbo-rails", "2.0.20" +gem "turbo-rails", "2.0.23" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails", "1.3.4" # Bundle and process CSS [https://github.com/rails/cssbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 3309cff..1ffbf10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.4) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -240,7 +240,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -300,7 +300,7 @@ GEM thor (1.5.0) timeout (0.6.0) tsort (0.2.0) - turbo-rails (2.0.20) + turbo-rails (2.0.23) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) @@ -348,7 +348,7 @@ DEPENDENCIES standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.3.2) - turbo-rails (= 2.0.20) + turbo-rails (= 2.0.23) tzinfo-data web-console