mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Bump rubocop-minitest from 0.38.0 to 0.38.1
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.38.0...v0.38.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-version: 0.38.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0c18b853c3
commit
f523fda208
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,7 +7,7 @@ gem 'minitest-reporters', '~> 1.6'
|
|||
gem 'rake', '~> 13.3'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rubocop', '~> 1.75'
|
||||
gem 'rubocop-minitest', '~> 0.36'
|
||||
gem 'rubocop-minitest', '~> 0.38'
|
||||
gem 'rubocop-packaging', '~> 0.5'
|
||||
gem 'rubocop-performance', '~> 1.22'
|
||||
gem 'rubocop-rake', '~> 0.6'
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ GEM
|
|||
rubocop-ast (1.44.1)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
rubocop-minitest (0.38.0)
|
||||
rubocop-minitest (0.38.1)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (>= 1.75.0, < 2.0)
|
||||
rubocop-ast (>= 1.38.0, < 2.0)
|
||||
|
|
@ -78,7 +78,7 @@ DEPENDENCIES
|
|||
rake (~> 13.3)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (~> 1.75)
|
||||
rubocop-minitest (~> 0.36)
|
||||
rubocop-minitest (~> 0.38)
|
||||
rubocop-packaging (~> 0.5)
|
||||
rubocop-performance (~> 1.22)
|
||||
rubocop-rake (~> 0.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue