diff --git a/Gemfile b/Gemfile index ddc5766eea..006d16544b 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ gem 'uglifier', '~> 4.2.0' # Modern Assets gem 'importmap-rails', '~> 2.0.1' gem 'stimulus-rails', '~> 1.3.4' -gem 'turbo-rails', '~> 2.0.6' +gem 'turbo-rails', '~> 2.0.10' # Feature flags gem 'alaveteli_features', path: 'gems/alaveteli_features' diff --git a/Gemfile.lock b/Gemfile.lock index 805a57f1d6..9b9c19aece 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,9 +540,8 @@ GEM tilt (2.0.10) timeout (0.4.1) trailblazer-option (0.1.2) - turbo-rails (2.0.6) + turbo-rails (2.0.10) actionpack (>= 6.0.0) - activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -673,7 +672,7 @@ DEPENDENCIES stripe-ruby-mock! syck (~> 1.4.1) syslog_protocol (~> 0.9.0) - turbo-rails (~> 2.0.6) + turbo-rails (~> 2.0.10) uglifier (~> 4.2.0) unicode (~> 0.4.4) unidecoder (~> 1.1.0)