From 437ab4b695d73252244baa9d726336f32c3db6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:08:22 +0000 Subject: [PATCH] Update irb requirement from ~> 1.14.0 to ~> 1.14.1 (#616) 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.14.0...v1.14.1) --- 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 4c6d55b8..4e12b513 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.2.1') - gem('irb', '~> 1.14.0') + gem('irb', '~> 1.14.1') gem('irb-power_assert', '0.3.1') gem('perfect_toml', '~> 0.9.0', require: false) end