From cd37f77ca98fcb7f2ba9a8bbe449c61366282c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 04:23:31 +0000 Subject: [PATCH] build(deps-dev): update rubocop-performance requirement from = 1.14.3 to 1.15.0 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.14.3...v1.15.0) --- 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 5901229005a..4810c7743f2 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ group :development do if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) gem "rubocop", "= 1.35.1" gem "rubocop-minitest", "= 0.21.0" - gem "rubocop-performance", "= 1.14.3" + gem "rubocop-performance", "1.15.0" gem "rubocop-rake", "= 0.6.0" gem "rubocop-shopify", "= 2.9.0" end