From 2bcab0a765befc42ca94075e3ea720eefd4c004f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:04:46 +0000 Subject: [PATCH] Update irb requirement from ~> 1.11.2 to ~> 1.12.0 (#271) 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.11.2...v1.12.0) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 016a871..6ae5c88 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.1.0') - gem('irb', '~> 1.11.2') + gem('irb', '~> 1.12.0') gem('irb-power_assert', '~> 0.2.0') end