From d14803b192cf94b41776cee07ef9dfddd4884cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:43:55 +0000 Subject: [PATCH] chore(deps): Bump benchmark-ips from 2.13.0 to 2.14.0 Bumps [benchmark-ips](https://github.com/evanphx/benchmark-ips) from 2.13.0 to 2.14.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.13.0...v2.14.0) --- updated-dependencies: - dependency-name: benchmark-ips dependency-type: direct:production 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 9966c30..34ae855 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ else gem 'actionview' end -gem 'benchmark-ips', '~> 2.13' +gem 'benchmark-ips', '~> 2.14' gem 'minitest', '~> 5.25' gem 'rake', '~> 13.2' gem 'rubocop', '~> 1.66' diff --git a/Gemfile.lock b/Gemfile.lock index 47768ed..8ecfe58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) - benchmark-ips (2.13.0) + benchmark-ips (2.14.0) bigdecimal (3.1.8) builder (3.2.4) concurrent-ruby (1.3.1) @@ -113,7 +113,7 @@ PLATFORMS DEPENDENCIES actionpack (>= 6.1) actionview - benchmark-ips (~> 2.13) + benchmark-ips (~> 2.14) clsx-rails! minitest (~> 5.25) rake (~> 13.2)