diff --git a/Gemfile b/Gemfile index 5c7c99aef..ccae5955b 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'sentry-rails', '~> 5.16.1' gem 'sentry-sidekiq', '~> 5.16.1' gem 'sidekiq', '~> 7.2.1' gem 'sidekiq_alive' -gem 'turbo-rails', '~> 1.5.0' +gem 'turbo-rails', '~> 2.0.0' group :test do gem 'axe-core-rspec', '~> 4.8' diff --git a/Gemfile.lock b/Gemfile.lock index 24ec91e09..57750ed9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.22.2) msgpack (1.7.2) multi_xml (0.6.0) multipart-post (2.3.0) @@ -473,7 +473,7 @@ GEM thread_safe (0.3.6) tilt (2.3.0) timeout (0.4.1) - turbo-rails (1.5.0) + turbo-rails (2.0.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) @@ -504,7 +504,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -566,7 +566,7 @@ DEPENDENCIES spring spring-watcher-listen (~> 2.1.0) sprockets-rails (~> 3.4) - turbo-rails (~> 1.5.0) + turbo-rails (~> 2.0.0) tzinfo-data vcr web-console (>= 4.2.0)