mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Merge pull request #140 from samsonjs/dependabot/bundler/rubocop-minitest-0.38.1
This commit is contained in:
commit
84740fd31f
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', '~> 13.3'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '~> 1.75'
|
gem 'rubocop', '~> 1.75'
|
||||||
gem 'rubocop-minitest', '~> 0.36'
|
gem 'rubocop-minitest', '~> 0.38'
|
||||||
gem 'rubocop-packaging', '~> 0.5'
|
gem 'rubocop-packaging', '~> 0.5'
|
||||||
gem 'rubocop-performance', '~> 1.22'
|
gem 'rubocop-performance', '~> 1.22'
|
||||||
gem 'rubocop-rake', '~> 0.6'
|
gem 'rubocop-rake', '~> 0.6'
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ GEM
|
||||||
rubocop-ast (1.44.1)
|
rubocop-ast (1.44.1)
|
||||||
parser (>= 3.3.7.2)
|
parser (>= 3.3.7.2)
|
||||||
prism (~> 1.4)
|
prism (~> 1.4)
|
||||||
rubocop-minitest (0.38.0)
|
rubocop-minitest (0.38.1)
|
||||||
lint_roller (~> 1.1)
|
lint_roller (~> 1.1)
|
||||||
rubocop (>= 1.75.0, < 2.0)
|
rubocop (>= 1.75.0, < 2.0)
|
||||||
rubocop-ast (>= 1.38.0, < 2.0)
|
rubocop-ast (>= 1.38.0, < 2.0)
|
||||||
|
|
@ -78,7 +78,7 @@ DEPENDENCIES
|
||||||
rake (~> 13.3)
|
rake (~> 13.3)
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (~> 1.75)
|
rubocop (~> 1.75)
|
||||||
rubocop-minitest (~> 0.36)
|
rubocop-minitest (~> 0.38)
|
||||||
rubocop-packaging (~> 0.5)
|
rubocop-packaging (~> 0.5)
|
||||||
rubocop-performance (~> 1.22)
|
rubocop-performance (~> 1.22)
|
||||||
rubocop-rake (~> 0.6)
|
rubocop-rake (~> 0.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue