From 7aa29b3860631693ae0b5784c4b47593d8691da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:57:45 +0000 Subject: [PATCH] Bump irb from 1.14.3 to 1.15.1 Bumps [irb](https://github.com/ruby/irb) from 1.14.3 to 1.15.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.14.3...v1.15.1) --- updated-dependencies: - dependency-name: irb dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1769e41f3..181188596 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,8 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) @@ -585,6 +586,9 @@ GEM racc parslet (2.0.0) plek (5.2.0) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) prometheus_exporter (2.2.0) webrick pry (0.14.2)