From 8149c7b144e7508b8c5499b295ad044bfd82d8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:53:37 +0000 Subject: [PATCH] Update irb requirement from ~> 1.8.0 to ~> 1.8.1 Updates the requirements on [irb](https://github.com/ruby/irb) to permit the latest version. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8f1acae..cef06da 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.0.6') - gem('irb', '~> 1.8.0') + gem('irb', '~> 1.8.1') gem('irb-power_assert', '~> 0.2.0') end