Skip to content

Commit 87b94c5

Browse files
authored
Merge pull request #2781 from sparklemotion/dependabot/bundler/rubocop-minitest-0.27.0
build(deps-dev): update rubocop-minitest requirement from 0.26.0 to 0.27.0
2 parents c748078 + c14cf6a commit 87b94c5

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)