Skip to content

Commit 14efb7f

Browse files
Update rubocop-minitest requirement from 0.38.1 to 0.38.2 (#206)
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.38.1...v0.38.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d13003 commit 14efb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "minitest", "~> 5.11"
77
gem "minitest-rg", "~> 5.3"
88
gem "rake", "~> 13.0"
99
gem "rubocop", "1.80.1"
10-
gem "rubocop-minitest", "0.38.1"
10+
gem "rubocop-minitest", "0.38.2"
1111
gem "rubocop-packaging", "0.6.0"
1212
gem "rubocop-performance", "1.25.0"
1313
gem "rubocop-rake", "0.7.1"

0 commit comments

Comments
 (0)