From fb40a369992a3689c1ea9f7ffa1aea3fa64f76a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:25:14 +0000 Subject: [PATCH] build(deps-dev): update rubocop-performance requirement Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d1d1f126fb0..678fcbbcf56 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do gem "rubocop", "1.59.0" gem "rubocop-minitest", "0.34.1" gem "rubocop-packaging", "0.5.2" - gem "rubocop-performance", "1.20.0" + gem "rubocop-performance", "1.20.1" gem "rubocop-rake", "= 0.6.0" gem "rubocop-shopify", "2.14.0" end