Skip to content

Commit 61421c4

Browse files
Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.35.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.33.0...v0.35.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60e2ead commit 61421c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :development do
1313
gem 'oauth2', '~> 2.0'
1414
gem 'rake'
1515
gem 'rubocop', '~> 1.58'
16-
gem 'rubocop-minitest', '~> 0.33.0'
16+
gem 'rubocop-minitest', '~> 0.35.0'
1717
gem 'rubocop-performance', '~> 1.19'
1818
gem 'simplecov', '~> 0.22.0'
1919
gem 'webmock'

0 commit comments

Comments
 (0)