From 9034adf065f72b9a097411bf16263f8c1353d478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:04:08 +0000 Subject: [PATCH] Update irb requirement from ~> 1.13.1 to ~> 1.13.2 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.13.1...v1.13.2) --- 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 f8208a0c..6c9cbfc8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.2.1') - gem('irb', '~> 1.13.1') + gem('irb', '~> 1.13.2') gem('irb-power_assert', '0.3.1') gem('perfect_toml', '~> 0.9.0', require: false) end