From 707f32de4cf6e14dc68cd6c4b60592c12dac865a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:26:36 +0000 Subject: [PATCH] Update irb requirement from ~> 1.12.0 to ~> 1.13.0 (#289) 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.12.0...v1.13.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 ab9a72b..34a081d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.2.1') - gem('irb', '~> 1.12.0') + gem('irb', '~> 1.13.0') gem('irb-power_assert', '~> 0.2.0') end