From c4b8cd0ba2fa70b7abea5135284464403b490269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:14:29 +0000 Subject: [PATCH] Update benchmark-ips requirement from 2.12.0 to 2.13.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.12.0...v2.13.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 5ba285a..5e2a71b 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.12.0" +gem "benchmark-ips", "2.13.0" if RUBY_VERSION > "3" gem "dry-core", "1.0.1"