From a4230b099b86cf89983b9a91738dcf1dcff74a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:06:03 +0200 Subject: [PATCH] Bump irb from 1.7.4 to 1.8.0 (#145) Bumps [irb](https://github.com/ruby/irb) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.7.4...v1.8.0) --- 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 | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 89c91f7b..a99caf45 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source "https://rubygems.org" gem "rugged", "~> 1.5.1" gem "liquid", "~> 5.4" -gem "irb", "~> 1.4", :group => [:development] +gem "irb", "~> 1.8", :group => [:development] gem "rdoc", "~> 6.4", :group => [:development] diff --git a/Gemfile.lock b/Gemfile.lock index 058029f7..7a246994 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,15 @@ GEM remote: https://rubygems.org/ specs: io-console (0.6.0) - irb (1.7.4) + irb (1.8.0) + rdoc (~> 6.5) reline (>= 0.3.6) liquid (5.4.0) psych (5.1.0) stringio rdoc (6.5.0) psych (>= 4.0.0) - reline (0.3.7) + reline (0.3.8) io-console (~> 0.5) rugged (1.5.1) stringio (3.0.7) @@ -18,7 +19,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - irb (~> 1.4) + irb (~> 1.8) liquid (~> 5.4) rdoc (~> 6.4) rugged (~> 1.5.1)