From 9e8e1009351eb17dfbe7d0049bf6de6f3cadc828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:44:20 +0000 Subject: [PATCH] Update benchmark-ips requirement from 2.13.0 to 2.14.0 in /benchmarks Updates the requirements on [benchmark-ips](https://github.com/evanphx/benchmark-ips) to permit the latest version. - [Release notes](https://github.com/evanphx/benchmark-ips/releases) - [Changelog](https://github.com/evanphx/benchmark-ips/blob/master/History.md) - [Commits](https://github.com/evanphx/benchmark-ips/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: benchmark-ips dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Gemfile b/benchmarks/Gemfile index 5e2a71b..7e7c537 100644 --- a/benchmarks/Gemfile +++ b/benchmarks/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby ">= 2.7.7" -gem "benchmark-ips", "2.13.0" +gem "benchmark-ips", "2.14.0" if RUBY_VERSION > "3" gem "dry-core", "1.0.1"