From de6c8bf36e370f770edb6c6d78707b41492210cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 06:01:15 +0000 Subject: [PATCH] build(deps-dev): update rubocop-minitest requirement Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.23.2...v0.24.0) --- updated-dependencies: - dependency-name: rubocop-minitest 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 3c4cb0ef2a5..75728275cba 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :development do # rubocop if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) gem "rubocop", "1.39.0" - gem "rubocop-minitest", "0.23.2" + gem "rubocop-minitest", "0.24.0" gem "rubocop-performance", "1.15.1" gem "rubocop-rake", "= 0.6.0" gem "rubocop-shopify", "= 2.9.0"