From 57c80ad5e78ee3edbe0de68ce3568304392b93c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:43:27 +0000 Subject: [PATCH] Bump irb from 1.4.1 to 1.7.4 Bumps [irb](https://github.com/ruby/irb) from 1.4.1 to 1.7.4. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.4.1...v1.7.4) --- updated-dependencies: - dependency-name: irb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96f910ec..48704513 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,9 +113,9 @@ GEM multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) - io-console (0.5.11) - irb (1.4.1) - reline (>= 0.3.0) + io-console (0.6.0) + irb (1.7.4) + reline (>= 0.3.6) jmespath (1.6.1) mime-types (3.4.1) mime-types-data (~> 3.2015) @@ -135,7 +135,7 @@ GEM ast (~> 2.4.1) public_suffix (4.0.7) racc (1.6.0) - reline (0.3.1) + reline (0.3.6) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)