Skip to content

Commit

Permalink
Merge pull request #29 from bastelfreak/deps
Browse files Browse the repository at this point in the history
puppet-lint: Allow 3.x
  • Loading branch information
ekohl authored Nov 29, 2022
2 parents 07eb167 + a39dbb0 commit 732768f
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 732768f

Please sign in to comment.