From 4b365c2144d4451b0655cb14313d1f14613c5cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:09:13 +0000 Subject: [PATCH] Update benchmark requirement from ~> 0.4.0 to ~> 0.5.0 Updates the requirements on [benchmark](https://github.com/ruby/benchmark) to permit the latest version. - [Release notes](https://github.com/ruby/benchmark/releases) - [Commits](https://github.com/ruby/benchmark/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: benchmark dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 13fb0f9..96e0ae8 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem 'observer', '~> 0.1.0' # Logger and benchmark must be declared as of ruby 3.5 gem 'logger', '~> 1.7.0' -gem 'benchmark', '~> 0.4.0' +gem 'benchmark', '~> 0.5.0'