Skip to content

Commit 7cd7fbe

Browse files
Update rubocop-minitest requirement from 0.38.2 to 0.39.1 (#218)
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.2...v0.39.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.39.1 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 0dba770 commit 7cd7fbe

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
@@ -8,7 +8,7 @@ gem "minitest", "~> 6.0"
88
gem "minitest-rg", "~> 5.3"
99
gem "rake", "~> 13.0"
1010
gem "rubocop", "1.85.0"
11-
gem "rubocop-minitest", "0.38.2"
11+
gem "rubocop-minitest", "0.39.1"
1212
gem "rubocop-packaging", "0.6.0"
1313
gem "rubocop-performance", "1.26.1"
1414
gem "rubocop-rake", "0.7.1"

0 commit comments

Comments
 (0)