Skip to content

Commit

Permalink
Merge pull request #80 from bastelfreak/racc
Browse files Browse the repository at this point in the history
Add racc dependency
  • Loading branch information
bastelfreak authored Dec 22, 2024
2 parents 72c4bdb + 2b69794 commit dd09069
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 dd09069

Please sign in to comment.