Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.92.0 to ~> 0.93.0 (#25)
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.92.0...v0.93.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 8, 2020
1 parent ceddba8 commit ca0ba91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ GEM
htmlentities (4.3.4)
json (2.3.0)
parallel (1.19.2)
parser (2.7.1.5)
parser (2.7.2.0)
ast (~> 2.4.1)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.0)
regexp_parser (1.8.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand All @@ -39,16 +39,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.92.0)
rubocop (0.93.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.5.0)
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.5.0)
rubocop-ast (0.7.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
Expand All @@ -73,7 +73,7 @@ DEPENDENCIES
coveralls (~> 0.8.23)
rake (~> 13.0.1)
rspec-sonarqube-formatter!
rubocop (~> 0.92.0)
rubocop (~> 0.93.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.92.0'
spec.add_development_dependency 'rubocop', '~> 0.93.0'
spec.add_development_dependency 'simplecov', '~> 0.16.1'
spec.add_development_dependency 'simplecov-json', '~> 0.2.0'
end

0 comments on commit ca0ba91

Please sign in to comment.