From 28ea58d7ac243b172696d6d528576e062f24af45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:42:07 +0000 Subject: [PATCH] Bump turbo-rails from 2.0.14 to 2.0.20 Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.14 to 2.0.20. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.14...v2.0.20) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index fac39d7..91b0c37 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.20" 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..04b31da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,8 +103,8 @@ GEM base64 (0.3.0) bcrypt (3.1.13) bcrypt_pbkdf (1.1.1) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -124,14 +124,14 @@ GEM crass (1.0.6) cssbundling-rails (1.4.3) railties (>= 6.0.0) - date (3.4.1) + date (3.5.0) debug (1.11.0) irb (~> 1.10) reline (>= 0.3.8) dotenv (3.1.8) drb (2.2.3) ed25519 (1.4.0) - erb (5.0.2) + erb (5.1.3) erubi (1.13.1) faker (3.5.2) i18n (>= 1.8.11, < 2) @@ -245,7 +245,7 @@ GEM shellany (~> 0.0) ostruct (0.6.3) pg (1.5.9) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) propshaft (1.2.1) @@ -262,7 +262,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.2.3) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -303,13 +303,14 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.3.0) + rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.14.2) + rdoc (6.15.0) erb psych (>= 4.0.0) + tsort regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) @@ -343,12 +344,13 @@ GEM thruster (0.1.15-aarch64-linux) thruster (0.1.15-x86_64-linux) timeout (0.4.3) - turbo-rails (2.0.14) + tsort (0.2.0) + turbo-rails (2.0.20) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) @@ -404,7 +406,7 @@ DEPENDENCIES sqlite3 (= 2.7.2) stimulus-rails (= 1.3.4) thruster (= 0.1.15) - turbo-rails (= 2.0.14) + turbo-rails (= 2.0.20) tzinfo-data (= 1.2025.2) web-console (= 4.2.1) webdrivers (= 5.3.1)