-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Ruby 3.3 support #9302
Comments
Migrated issue to PUP-12029 |
This is blocked on #9209 |
In Fedora https://bugzilla.redhat.com/show_bug.cgi?id=2280109 was reported, where Fedora 40 uses Puppet 8 and Ruby 3.3. The encoding parameter here changed in Ruby 3.3. Quoting the BZ author:
That's this line: puppet/lib/puppet/functions/regsubst.rb Line 91 in 779595a
|
#9351 attempts to address it, but I think it was broken before so a careful review is appreciated. |
Use Case
Ruby 3.3 is available since some months. Some people build puppet against system Ruby and some distros already ship Ruby 3.3 or prepare it. As a Puppet user I would like to see support for current Ruby versions in latest Puppet
Describe the Solution You Would Like
Add Ruby 3.3 to CI.
Describe Alternatives You've Considered
Additional Context
This also correlates to puppetlabs/puppet-enterprise_issues#8
The text was updated successfully, but these errors were encountered: