Skip to content

Commit

Permalink
Merge pull request #524 from Shopify/dependabot/bundler/rubocop-minit…
Browse files Browse the repository at this point in the history
…est-0.28.0

Bump rubocop-minitest from 0.27.0 to 0.28.0
  • Loading branch information
github-actions[bot] authored Feb 27, 2023
2 parents 411dec5 + bd20b71 commit 2699f33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "mocha", "~> 2.0"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.46"
gem "rubocop-shopify", "~> 2.12", require: false
gem "rubocop-minitest", "~> 0.27.0", require: false
gem "rubocop-minitest", "~> 0.28.0", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.7", require: false
gem "sorbet-static-and-runtime"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.27.0)
rubocop (>= 0.90, < 2.0)
rubocop-minitest (0.28.0)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-shopify (2.12.0)
Expand Down Expand Up @@ -176,7 +176,7 @@ DEPENDENCIES
railties (~> 7.0)
rake (~> 13.0)
rubocop (~> 1.46)
rubocop-minitest (~> 0.27.0)
rubocop-minitest (~> 0.28.0)
rubocop-rake (~> 0.6.0)
rubocop-shopify (~> 2.12)
rubocop-sorbet (~> 0.7)
Expand Down

0 comments on commit 2699f33

Please sign in to comment.