From fb62b825fc971f3ce4b54b4ca2301db31b02a0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:28:07 +1000 Subject: [PATCH] Bump irb from 1.4.2 to 1.4.3 (#2631) Bumps [irb](https://github.com/ruby/irb) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.4.2...v1.4.3) --- 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 6f33bb595..9f5fedc59 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.2) + irb (1.4.3) reline (>= 0.3.0) json (2.6.2) matrix (0.4.2)