You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puppet depends on the `racc` gem, but it's not listed as an explicity
dependency. See puppetlabs/puppet#9535
This often worked in the past by accident because we always installed
rubocop. That depends on parser, which in turn pulls in racc.
This is a Ruby 3.3 issue because it was changed from a default gem to a bundled gem (see https://stdgems.org/new-in/3.3/). That means it could previously count on it while now it needs to specify it.
Describe the Bug
puppet-strings relies on puppet. Running the
strings:generate:reference
rake task fails with:Expected Behavior
puppet depends on racc, but that's not listed in the gemspec. It should be listed there
Steps to Reproduce
require 'puppet-strings/tasks'
bundle exec rake strings:generate:reference
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: