mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Bump rubocop-packaging from 0.5.1 to 0.5.2
Bumps [rubocop-packaging](https://github.com/utkarsh2102/rubocop-packaging) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/utkarsh2102/rubocop-packaging/releases) - [Commits](https://github.com/utkarsh2102/rubocop-packaging/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: rubocop-packaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f1b95a291f
commit
9b0faf3768
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,6 +8,6 @@ gem 'rake', '~> 13.0'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '1.34.1'
|
gem 'rubocop', '1.34.1'
|
||||||
gem 'rubocop-minitest', '0.21.0'
|
gem 'rubocop-minitest', '0.21.0'
|
||||||
gem 'rubocop-packaging', '0.5.1'
|
gem 'rubocop-packaging', '0.5.2'
|
||||||
gem 'rubocop-performance', '1.14.3'
|
gem 'rubocop-performance', '1.14.3'
|
||||||
gem 'rubocop-rake', '0.6.0'
|
gem 'rubocop-rake', '0.6.0'
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,8 @@ GEM
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
rubocop-minitest (0.21.0)
|
rubocop-minitest (0.21.0)
|
||||||
rubocop (>= 0.90, < 2.0)
|
rubocop (>= 0.90, < 2.0)
|
||||||
rubocop-packaging (0.5.1)
|
rubocop-packaging (0.5.2)
|
||||||
rubocop (>= 0.89, < 2.0)
|
rubocop (>= 1.33, < 2.0)
|
||||||
rubocop-performance (1.14.3)
|
rubocop-performance (1.14.3)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
|
|
@ -63,7 +63,7 @@ DEPENDENCIES
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (= 1.34.1)
|
rubocop (= 1.34.1)
|
||||||
rubocop-minitest (= 0.21.0)
|
rubocop-minitest (= 0.21.0)
|
||||||
rubocop-packaging (= 0.5.1)
|
rubocop-packaging (= 0.5.2)
|
||||||
rubocop-performance (= 1.14.3)
|
rubocop-performance (= 1.14.3)
|
||||||
rubocop-rake (= 0.6.0)
|
rubocop-rake (= 0.6.0)
|
||||||
wordexp!
|
wordexp!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue