From 5dbe0c86d63197ea4d3067357bb81f58b076651e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:29:41 +0000 Subject: [PATCH] Update irb requirement from ~> 1.11.1 to ~> 1.11.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.11.1...v1.11.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 25773b73..91f1332c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group(:development, :test) do gem('rake', '~> 13.1.0') - gem('irb', '~> 1.11.1') + gem('irb', '~> 1.11.2') gem('irb-power_assert', '0.2.0') end