Skip to content

Commit

Permalink
Merge pull request #395 from puppetlabs/MAINT-bump_dependencies
Browse files Browse the repository at this point in the history
(MAINT) Bump lint and rspec-puppet dependencies
  • Loading branch information
jordanbreen28 authored Apr 25, 2023
2 parents f124162 + 40fa6ab commit b0570c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppetlabs_spec_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'mocha', '~> 1.0'
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
spec.add_runtime_dependency 'puppet-lint', '>= 3.0.0', '~> 4.0.0.rc'
spec.add_runtime_dependency 'puppet-lint', '>= 3.0.0'
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
spec.add_runtime_dependency 'rspec-puppet', '>= 2.0', '~> 3.0.0.rc'
spec.add_runtime_dependency 'rspec-puppet', '>= 2.0'

spec.requirements << 'puppet, >= 7.0.0'
end

0 comments on commit b0570c0

Please sign in to comment.