diff --git a/Gemfile b/Gemfile index 1ff55c5a..6b89cd96 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "pg" gem "puma", "~> 6.0" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] -gem "turbo-rails", "~> 2.0.4" +gem "turbo-rails", "~> 2.0.11" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 279825eb..48418d4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-brotli (2.0.0) brotli (>= 0.3) rack (>= 3) @@ -425,7 +425,7 @@ GEM stripe (12.6.0) thor (1.3.2) timeout (0.4.1) - turbo-rails (2.0.10) + turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) @@ -453,7 +453,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.0) PLATFORMS arm64-darwin-22 @@ -507,7 +507,7 @@ DEPENDENCIES sidekiq stimulus-rails stripe - turbo-rails (~> 2.0.4) + turbo-rails (~> 2.0.11) tzinfo-data view_component web-console