Skip to content

Commit

Permalink
Merge pull request #78 from bastelfreak/puppet
Browse files Browse the repository at this point in the history
Add puppet as runtime dependency
  • Loading branch information
bastelfreak authored Dec 22, 2024
2 parents a924c65 + 5a06b3e commit cefb539
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 cefb539

Please sign in to comment.