Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.81.0 to ~> 0.82.0 (#10)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.81.0...v0.82.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 17, 2020
1 parent 18ba9e8 commit 1eadbb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
jaro_winkler (1.5.4)
json (2.3.0)
parallel (1.19.1)
parser (2.7.0.5)
parser (2.7.1.1)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (13.0.1)
Expand All @@ -39,7 +39,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.81.0)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ DEPENDENCIES
coveralls (~> 0.8.23)
rake (~> 13.0.1)
rspec-sonarqube-formatter!
rubocop (~> 0.81.0)
rubocop (~> 0.82.0)
simplecov (~> 0.16.1)
simplecov-json (~> 0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion rspec-sonarqube-formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 2.1.0'
spec.add_development_dependency 'coveralls', '~> 0.8.23'
spec.add_development_dependency 'rake', '~> 13.0.1'
spec.add_development_dependency 'rubocop', '~> 0.81.0'
spec.add_development_dependency 'rubocop', '~> 0.82.0'
spec.add_development_dependency 'simplecov', '~> 0.16.1'
spec.add_development_dependency 'simplecov-json', '~> 0.2.0'
end

0 comments on commit 1eadbb8

Please sign in to comment.