Skip to content

Commit c14cf6a

Browse files
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](rubocop/rubocop-minitest@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c748078 commit c14cf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group :development do
2929
# rubocop
3030
if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
3131
gem "rubocop", "1.43.0"
32-
gem "rubocop-minitest", "0.26.0"
32+
gem "rubocop-minitest", "0.27.0"
3333
gem "rubocop-performance", "1.15.2"
3434
gem "rubocop-rake", "= 0.6.0"
3535
gem "rubocop-shopify", "2.10.1"

0 commit comments

Comments
 (0)