Skip to content

Commit

Permalink
explicitly install racc on Ruby 3.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed May 8, 2024
1 parent 7f1b357 commit 211f7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gem 'facter', '>= 3.0', '!= 4.0.52'
gem 'puppet-strings'
gem 'rake'

gem 'racc' if RUBY_VERSION >= '3.3'

gem 'semverse', groups: [:development, :test]

group :test do
Expand Down

0 comments on commit 211f7c9

Please sign in to comment.