Skip to content

Commit

Permalink
Update rubocop-minitest requirement from ~> 0.28.0 to ~> 0.30.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent 9ee5345 commit 1a49333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

gem 'rubocop', '~> 1.41'
gem 'rubocop-minitest', '~> 0.28.0'
gem 'rubocop-minitest', '~> 0.30.0'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rails', '~> 2.17'
gem 'rubocop-rake', '~> 0.6.0'

0 comments on commit 1a49333

Please sign in to comment.