From 9b05cf2683d575c2e6ed4d0e9c9878dd9e6c8b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:25:20 +0000 Subject: [PATCH] Bump irb from 1.13.0 to 1.13.1 Bumps [irb](https://github.com/ruby/irb) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e85f6f57e..ac182e9f90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.2) io-like (0.3.1) - irb (1.13.0) + irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -143,7 +143,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.5.4) + reline (0.5.5) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)