Update rubocop requirement from ~> 1.1.0 to ~> 1.28.2

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.1.0...v1.28.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-25 13:02:32 +00:00 committed by Samuel Beaulieu
parent 9220590397
commit f5866d51b6
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
2 changed files with 11 additions and 11 deletions

View file

@ -112,7 +112,7 @@ GEM
opentelemetry-semantic_conventions (1.8.0)
opentelemetry-api (~> 1.0)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
pickup (0.0.11)
prometheus-client (2.1.0)
@ -137,7 +137,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
redis (4.6.0)
regexp_parser (2.2.1)
regexp_parser (2.3.1)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
@ -152,16 +152,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.1.0)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.0.1)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.16.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
@ -184,7 +184,7 @@ GEM
thor (1.2.1)
thrift (0.16.0)
tilt (2.0.10)
unicode-display_width (1.8.0)
unicode-display_width (2.1.0)
yarjuf (2.0.0)
builder
rspec (~> 3)
@ -199,7 +199,7 @@ DEPENDENCIES
pry
rack-test (>= 0.6)
rspec (>= 3.2)
rubocop (~> 1.1.0)
rubocop (~> 1.28.2)
simplecov (>= 0.11.2)
thor (~> 1.0, >= 1.0.1)
vmpooler!