Skip to content

Commit cdfc9ff

Browse files
committed
Add minimum required ruby version for this gem
Fixes #35
1 parent e7742fc commit cdfc9ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skunk.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
1414
spec.description = "Knows how to calculate the SkunkScore for a set of Ruby modules"
1515
spec.homepage = "https://github.com/fastruby/skunk"
1616

17+
spec.required_ruby_version = ">= 2.4.0"
18+
1719
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
1820
# to allow pushing to a single host or delete this section to allow pushing to any host.
1921
if spec.respond_to?(:metadata)

0 commit comments

Comments
 (0)