From 7fd8dc342b3c9b420f5ddce0081f181db2bdaf20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:11:50 +0000 Subject: [PATCH] Bump benchmark-ips from 2.8.4 to 2.12.0 Bumps [benchmark-ips](https://github.com/evanphx/benchmark-ips) from 2.8.4 to 2.12.0. - [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.8.4...v2.12.0) --- updated-dependencies: - dependency-name: benchmark-ips dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 73ca2d0758..195468fb15 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ end group :development do gem "allocation_stats", "~> 0.1" gem "allocation_tracer", "~> 0.6.3" - gem "benchmark-ips", "~> 2.8.4" + gem "benchmark-ips", "~> 2.12.0" gem "capybara", "~> 3.39.2" gem "cuprite", "~> 0.14.3" gem "erb_lint", "~> 0.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index f0abaa02ca..4bd59aad2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM ansi (1.5.0) ast (2.4.2) base64 (0.1.1) - benchmark-ips (2.8.4) + benchmark-ips (2.12.0) better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) @@ -278,7 +278,7 @@ DEPENDENCIES activesupport (= 7.1.1) allocation_stats (~> 0.1) allocation_tracer (~> 0.6.3) - benchmark-ips (~> 2.8.4) + benchmark-ips (~> 2.12.0) bootsnap (>= 1.4.2) capybara (~> 3.39.2) cuprite (~> 0.14.3)