Skip to content

Commit

Permalink
Merge pull request #17 from ekohl/set-minimum-ruby-version
Browse files Browse the repository at this point in the history
Set Required ruby version in gemspec
  • Loading branch information
ekohl authored Sep 28, 2023
2 parents b3f6014 + 5a8f724 commit 0c3a13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet-lint-spaceship_operator_without_tag-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
A puppet-lint plugin to check that spaceship operator is called with a tag.
EOF

spec.required_ruby_version = '>= 2.7', '< 4'

spec.add_dependency 'puppet-lint', '>= 1.0', '< 5.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 0c3a13b

Please sign in to comment.