Skip to content

Commit

Permalink
Update puppet-modulebuilder requirement from ~> 1.0 to >= 1, < 3
Browse files Browse the repository at this point in the history
Updates the requirements on [puppet-modulebuilder](https://github.com/puppetlabs/puppet-modulebuilder) to permit the latest version.
- [Release notes](https://github.com/puppetlabs/puppet-modulebuilder/releases)
- [Changelog](https://github.com/puppetlabs/puppet-modulebuilder/blob/main/CHANGELOG.md)
- [Commits](puppetlabs/puppet-modulebuilder@v1.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: puppet-modulebuilder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 3f187ba commit cfad367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-blacksmith.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.7.0'

s.add_runtime_dependency 'puppet-modulebuilder', '~> 1.0'
s.add_runtime_dependency 'puppet-modulebuilder', '>= 1', '< 3'
s.add_runtime_dependency 'rest-client', '~>2.0'
s.add_development_dependency 'aruba', '~> 2.1'
s.add_development_dependency 'cucumber', '~> 9.0'
Expand Down

0 comments on commit cfad367

Please sign in to comment.