Skip to content

Commit

Permalink
Add racc dependency
Browse files Browse the repository at this point in the history
puppet depends on the `racc` gem, but it's not listed as an explicity
dependency. See puppetlabs/puppet#9535
  • Loading branch information
bastelfreak committed Dec 22, 2024
1 parent 72c4bdb commit a8cbfb6
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 @@ -24,6 +24,8 @@ Gem::Specification.new do |s|
s.add_dependency 'puppet-strings', '~> 4'
# workaround for https://github.com/puppetlabs/puppet-strings/pull/404
s.add_dependency 'puppet', '>= 7', '< 9'
# workaround for https://github.com/puppetlabs/puppet/issues/9535
s.add_dependency 'racc', '~> 1.8', '>= 1.8.1'
s.add_dependency 'rake', '~> 13.0', '>= 13.0.6'

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

0 comments on commit a8cbfb6

Please sign in to comment.