From 49b30c7aa4a05a8551089b8950614a60bb905639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:15:31 +0000 Subject: [PATCH] build(deps): Bump the debug-gem group across 1 directory with 3 updates Bumps the debug-gem group with 1 update in the / directory: [debug](https://github.com/ruby/debug). Updates `debug` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.9.2...v1.10.0) Updates `irb` from 1.14.1 to 1.14.3 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.14.1...v1.14.3) Updates `reline` from 0.5.12 to 0.6.0 - [Release notes](https://github.com/ruby/reline/releases) - [Commits](https://github.com/ruby/reline/compare/v0.5.12...v0.6.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor dependency-group: debug-gem - dependency-name: irb dependency-type: indirect update-type: version-update:semver-patch dependency-group: debug-gem - dependency-name: reline dependency-type: indirect update-type: version-update:semver-minor dependency-group: debug-gem ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93e7fda2..04750726 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM concurrent-ruby (1.3.4) crass (1.0.6) date (3.4.1) - debug (1.9.2) + debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) diff-lcs (1.5.1) @@ -116,7 +116,7 @@ GEM activesupport (>= 3.0) nokogiri (>= 1.6) io-console (0.8.0) - irb (1.14.1) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) @@ -205,10 +205,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.8.1) + rdoc (6.10.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.12) + reline (0.6.0) io-console (~> 0.5) rexml (3.3.9) rspec-core (3.13.1)