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:
dependabot[bot] 2022-09-01 13:07:59 +00:00 committed by GitHub
parent f1b95a291f
commit 9b0faf3768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -8,6 +8,6 @@ gem 'rake', '~> 13.0'
gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.34.1'
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-rake', '0.6.0'

View file

@ -41,8 +41,8 @@ GEM
parser (>= 3.1.1.0)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-packaging (0.5.1)
rubocop (>= 0.89, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
@ -63,7 +63,7 @@ DEPENDENCIES
rake-compiler (~> 1.2)
rubocop (= 1.34.1)
rubocop-minitest (= 0.21.0)
rubocop-packaging (= 0.5.1)
rubocop-packaging (= 0.5.2)
rubocop-performance (= 1.14.3)
rubocop-rake (= 0.6.0)
wordexp!