From ea86221710c180b5c1e7fe9a83c28e10311e0c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:07:26 +1000 Subject: [PATCH] Bump irb from 1.4.1 to 1.4.2 (#2592) Bumps [irb](https://github.com/ruby/irb) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-patch ... 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 e29175fa6..7bfb75e50 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.1) + irb (1.4.2) reline (>= 0.3.0) json (2.6.2) matrix (0.4.2)