From 7da16c42c1511e9fbc96c3537f12d366ce03649a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:58:03 +0000 Subject: [PATCH] chore(deps): bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [turbo-rails](https://github.com/hotwired/turbo-rails) and [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug). Updates `turbo-rails` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21) Updates `pry-byebug` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 029e2c5..4dbefe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,8 @@ GEM brakeman (7.1.2) racc builder (3.3.0) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) chartkick (5.2.1) childprocess (5.1.0) logger (~> 1.5) @@ -248,12 +249,13 @@ GEM actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.11.0) - byebug (~> 12.0) - pry (>= 0.13, < 0.16) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + pry (>= 0.13, < 0.17) pry-rails (0.3.11) pry (>= 0.13.0) psych (5.3.1) @@ -425,7 +427,7 @@ GEM thor (1.5.0) timeout (0.6.0) tsort (0.2.0) - turbo-rails (2.0.20) + turbo-rails (2.0.21) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6)