Skip to content

Commit

Permalink
Merge d9398c1 into fc1d8bb
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jun 23, 2020
2 parents fc1d8bb + d9398c1 commit 027b304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Expand Up @@ -27,6 +27,8 @@ Metrics/ClassLength:

Metrics/CyclomaticComplexity:
Max: 8 # TODO: Lower to 6
Exclude:
- 'test/**/*'

Metrics/MethodLength:
Max: 19
Expand Down
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.85.1'
spec.add_development_dependency 'rubocop', '~> 0.86.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.6'
spec.add_development_dependency 'rubocop-rails', '~> 2.6'
spec.add_development_dependency 'simplecov', '~> 0.18.5'
Expand Down

0 comments on commit 027b304

Please sign in to comment.