Skip to content

Commit

Permalink
add required_ruby_version to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kutalek authored and David Kutalek committed Aug 14, 2024
1 parent 135c4c8 commit dc868b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knockoff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/sgringwe/knockoff"
spec.license = "MIT"

spec.required_ruby_version = '>= 2.7.0'
spec.platform = Gem::Platform::RUBY
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "bin"
Expand Down

0 comments on commit dc868b8

Please sign in to comment.