Skip to content

Commit

Permalink
Update .rubocop.yml (#477)
Browse files Browse the repository at this point in the history
Match the rubocop version to the version required in the gemspec
  • Loading branch information
phaedryx authored and coorasse committed Jan 17, 2018
1 parent c47820c commit e2bfddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Lint/AmbiguousBlockAssociation:


AllCops:
TargetRubyVersion: 2.0
TargetRubyVersion: 2.2.0
Exclude:
- 'gemfiles/vendor/bundle/**/*'
- 'Appraisals'
Expand Down

0 comments on commit e2bfddf

Please sign in to comment.