Skip to content

Commit

Permalink
Add puppet as runtime dependency
Browse files Browse the repository at this point in the history
`puppet` is a runtime dependency for puppet-strings:

puppetlabs/puppet-strings#404

Adding puppet as runtime dependency for voxpupuli-release is our hotfix
for the broken puppet-strings.
  • Loading branch information
bastelfreak committed Dec 22, 2024
1 parent a924c65 commit 5a06b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions voxpupuli-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
s.add_dependency 'github_changelog_generator', '~> 1.16', '>= 1.16.4'
s.add_dependency 'puppet-blacksmith', '~> 8.0'
s.add_dependency 'puppet-strings', '~> 4'
# workaround for https://github.com/puppetlabs/puppet-strings/pull/404
s.add_dependency 'puppet', '>= 7', '< 9'
s.add_dependency 'rake', '~> 13.0', '>= 13.0.6'

s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
Expand Down

0 comments on commit 5a06b3e

Please sign in to comment.