From 17c0b9a5cc80fa37c4e0b98658929fd98b9c5b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:45:29 +0000 Subject: [PATCH] Bump turbo-rails from 1.5.0 to 2.0.0 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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)