From 311564187d23035aa23ac2fc1876eb0845662e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:30:26 +0000 Subject: [PATCH] Bump turbo-rails from 2.0.14 to 2.0.17 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.14 to 2.0.17. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.14...v2.0.17) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fac39d7..946f5ed 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "will_paginate", "4.0.1" gem "cssbundling-rails", "1.4.3" gem "propshaft", "1.2.1" gem "importmap-rails", "2.1.0" -gem "turbo-rails", "2.0.14" +gem "turbo-rails", "2.0.17" gem "stimulus-rails", "1.3.4" gem "jbuilder", "2.13.0" gem "puma", "6.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6f94a92..ba84bb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,7 +343,7 @@ GEM thruster (0.1.15-aarch64-linux) thruster (0.1.15-x86_64-linux) timeout (0.4.3) - turbo-rails (2.0.14) + turbo-rails (2.0.17) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) @@ -404,7 +404,7 @@ DEPENDENCIES sqlite3 (= 2.7.2) stimulus-rails (= 1.3.4) thruster (= 0.1.15) - turbo-rails (= 2.0.14) + turbo-rails (= 2.0.17) tzinfo-data (= 1.2025.2) web-console (= 4.2.1) webdrivers (= 5.3.1)