Skip to content

Commit 1a49333

Browse files
Update rubocop-minitest requirement from ~> 0.28.0 to ~> 0.30.0
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.28.0...v0.30.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ee5345 commit 1a49333

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
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gemspec
66

77
gem 'rubocop', '~> 1.41'
8-
gem 'rubocop-minitest', '~> 0.28.0'
8+
gem 'rubocop-minitest', '~> 0.30.0'
99
gem 'rubocop-performance', '~> 1.15'
1010
gem 'rubocop-rails', '~> 2.17'
1111
gem 'rubocop-rake', '~> 0.6.0'

0 commit comments

Comments
 (0)