8000 Set TargetRubyVersion to match that in the gemspec. · rubyzip/rubyzip@87a63e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87a63e0

Browse files
committed
Set TargetRubyVersion to match that in the gemspec.
Currently 2.4 is the earliest supported ruby version.
1 parent c31ab81 commit 87a63e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
inherit_from: .rubocop_todo.yml
22

3+
# Set this to the minimum supported ruby in the gemspec. Otherwise
4+
# we get errors if our ruby version doesn't match.
5+
AllCops:
6+
TargetRubyVersion: 2.4
7+
38
Layout/HashAlignment:
49
EnforcedHashRocketStyle: table
510
EnforcedColonStyle: table

0 commit comments

Comments
 (0)
0