Skip to content

Commit

Permalink
Set TargetRubyVersion to match that in the gemspec.
Browse files Browse the repository at this point in the history
Currently 2.4 is the earliest supported ruby version.
  • Loading branch information
hainesr committed Feb 15, 2020
1 parent c31ab81 commit 87a63e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
inherit_from: .rubocop_todo.yml

# Set this to the minimum supported ruby in the gemspec. Otherwise
# we get errors if our ruby version doesn't match.
AllCops:
TargetRubyVersion: 2.4

Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Expand Down

0 comments on commit 87a63e0

Please sign in to comment.