From 75c45b1e3e9d53b63d562a33865934c63428034c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:05:50 +0000 Subject: [PATCH] Update debug requirement from ~> 1.9.1 to ~> 1.9.2 (#518) Updates the requirements on [debug](https://github.com/ruby/debug) to permit the latest version. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: debug 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 70bd13c5..dcd629cf 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group(:development, :test) do end group(:development) do - gem('debug', '~> 1.9.1', require: false) + gem('debug', '~> 1.9.2', require: false) gem('rbs', '~> 3.4.4', require: false) gem('steep', '~> 1.6.0', require: false) gem('benchmark-ips', '~> 2.13.0', require: false)