diff --git a/Gemfile b/Gemfile index 6e113f8..1155892 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "redis", "~> 5.3" gem "sentry-rails" gem "sentry-ruby" gem "slim-rails" -gem "turbo-rails", "~> 2.0.10" +gem "turbo-rails", "~> 2.0.11" gem "tzinfo-data", platforms: %i[ windows jruby ] group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 70b9c8a..9f0d135 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,6 @@ GEM marcel (~> 1.0) activesupport (7.2.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -75,7 +74,6 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) bigdecimal (3.1.8) brakeman (6.2.1) racc @@ -196,7 +194,7 @@ GEM puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -314,7 +312,7 @@ GEM thor (1.3.2) tilt (2.4.0) 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) @@ -331,7 +329,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.0) PLATFORMS aarch64-linux @@ -367,7 +365,7 @@ DEPENDENCIES sentry-ruby shoulda-matchers slim-rails - turbo-rails (~> 2.0.10) + turbo-rails (~> 2.0.11) tzinfo-data BUNDLED WITH