From 054fae3f1da4d4d8631c4c9bad18d0b9f64c64e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:20:24 +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: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68c032f..0789ccb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,8 @@ GEM i18n (1.14.6) 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) @@ -106,7 +107,10 @@ GEM parser (3.3.7.0) ast (~> 2.4.1) racc - psych (5.2.2) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) + psych (5.2.3) date stringio public_suffix (6.0.1) @@ -124,7 +128,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.2.1) - rdoc (6.10.0) + rdoc (6.11.0) psych (>= 4.0.0) regexp_parser (2.10.0) reline (0.6.0)