From 1fd7e8c6a5551d232c543b84129bf69f22a9352d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:47:22 +0000 Subject: [PATCH] Bump turbo-rails from 2.0.5 to 2.0.11 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.5 to 2.0.11. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.5...v2.0.11) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 362860b..023eaf2 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'importmap-rails', '~> 2.0', '>= 2.0.1' gem 'pg', '~> 1.5' # Use Puma as the app server gem 'puma', '~> 6.4', '>= 6.4.2' -gem 'turbo-rails', '~> 2.0', '>= 2.0.5' +gem 'turbo-rails', '~> 2.0' gem 'stimulus-rails', '~> 1.3' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 3776629..599caab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,9 +282,8 @@ GEM test-prof (1.4.2) thor (1.3.2) timeout (0.4.1) - turbo-rails (2.0.5) + turbo-rails (2.0.11) actionpack (>= 6.0.0) - activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -337,7 +336,7 @@ DEPENDENCIES stimulus-rails (~> 1.3) tailwindcss-rails (~> 2.6) test-prof (~> 1.4) - turbo-rails (~> 2.0, >= 2.0.5) + turbo-rails (~> 2.0) tzinfo-data view_component (~> 3.12) web-console (>= 4.1.0)