From 52a8afe3ef7996676abea760349a13388f6a5421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:37:36 +1000 Subject: [PATCH] Bump irb from 1.4.3 to 1.5.1 (#2643) Bumps [irb](https://github.com/ruby/irb) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.4.3...v1.5.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9f5fedc59..0e0a0bd42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.5.11) io-like (0.3.1) - irb (1.4.3) + irb (1.5.1) reline (>= 0.3.0) json (2.6.2) matrix (0.4.2)