Skip to content

Commit

Permalink
Update puppet_forge requirement from >= 4.1, < 6 to >= 4.1, < 7
Browse files Browse the repository at this point in the history
Updates the requirements on [puppet_forge](https://github.com/puppetlabs/forge-ruby) to permit the latest version.
- [Release notes](https://github.com/puppetlabs/forge-ruby/releases)
- [Changelog](https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md)
- [Commits](puppetlabs/forge-ruby@v4.1.0...v5.0.4)

---
updated-dependencies:
- dependency-name: puppet_forge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent c8ec669 commit 17e92d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r10k.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency 'log4r', '1.1.10'
s.add_dependency 'multi_json', '~> 1.10'

s.add_dependency 'puppet_forge', '>= 4.1', '< 6'
s.add_dependency 'puppet_forge', '>= 4.1', '< 7'

s.add_dependency 'gettext-setup', '>=0.24', '<2.0'

Expand Down

0 comments on commit 17e92d1

Please sign in to comment.