Skip to content

Commit

Permalink
Allow rspec-puppet 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 6, 2024
1 parent 70de49d commit e0e8df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetlabs_spec_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
spec.add_runtime_dependency 'rspec-puppet', '~> 4.0'
spec.add_runtime_dependency 'rspec-puppet', '>= 4.0', '< 6'

spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'

Expand Down

0 comments on commit e0e8df2

Please sign in to comment.