From a606a0bd778df4fa2d87ad0084436cbbb8a4686b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 22:46:16 +1000 Subject: [PATCH] Bump irb from 1.3.7 to 1.4.1 (#2255) Bumps [irb](https://github.com/ruby/irb) from 1.3.7 to 1.4.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.3.7...v1.4.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38bbcf422..08a8369bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,8 +83,8 @@ GEM concurrent-ruby (~> 1.0) io-console (0.5.9) io-like (0.3.1) - irb (1.3.7) - reline (>= 0.2.7) + irb (1.4.1) + reline (>= 0.3.0) json (2.6.1) matrix (0.4.2) maxmind-db (1.1.1) @@ -141,7 +141,7 @@ GEM rdoc (6.4.0) psych (>= 4.0.0) regexp_parser (2.2.0) - reline (0.2.7) + reline (0.3.0) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)