Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.84.0 to ~> 0.85.0
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.84.0...v0.85.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and tagliala committed Jun 2, 2020
1 parent 14601cf commit 9357707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -52,3 +52,6 @@ Style/Documentation:

Style/IfUnlessModifier:
Enabled: false

Style/RedundantRegexpEscape:
Enabled: false # Escaping chars helps with syntax highlighting
2 changes: 1 addition & 1 deletion route_translator.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.14'
spec.add_development_dependency 'rails', '>= 5.0.0.1', '< 6.1'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.84.0'
spec.add_development_dependency 'rubocop', '~> 0.85.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.6'
spec.add_development_dependency 'rubocop-rails', '~> 2.5'
spec.add_development_dependency 'simplecov', '~> 0.18.5'
Expand Down

0 comments on commit 9357707

Please sign in to comment.