Skip to content

Commit

Permalink
puppet-lint: Allow 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 29, 2022
1 parent 07eb167 commit a39dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint-trailing_comma-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)

spec.add_dependency 'puppet-lint', '>= 1.0', '< 3.0'
spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-its', '~> 1.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
Expand Down

0 comments on commit a39dbb0

Please sign in to comment.