From 2ab4ec5d4933e3ca78ff6abcf75c0016911947af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:48:50 +0000 Subject: [PATCH] Bump irb from 1.16.0 to 1.17.0 Bumps [irb](https://github.com/ruby/irb) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f49624fb9d..a7a780f9de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,8 +20,9 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.18.0)