-
Notifications
You must be signed in to change notification settings - Fork 14
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
(CONT-811) Add Ruby 3.2 support and Remove support for Ruby 2.5 #113
Conversation
@@ -3,7 +3,7 @@ | |||
rescue | |||
# monkeypatch String#% into Ruby 1.8.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the lower bound is now set at 2.5, I wonder how much of this could be dropped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I've wondered about this file. I'll discuss this with the team
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @ekohl. I had a look at this file and am not entirely sure what its purpose is and so don't feel entirely confident to make any changes to it. In the interest of moving on with adding ruby 3 support across our tools I'm going to get this PR merged but add a ticket to our backlog to investigate this more. Thanks for highlighting this for us.
…ng rubocop_todo for now until all cop conflicts are sorted.
… we already use GEM_HOST_API_KEY in our gem_release workflow
…accounted for with the introduction of Dir.home
7ddba1b
to
95d7dff
Compare
In preparation for the release of Puppet 8, this PR adds Ruby 3.2 support and removes Ruby 2.5 for puppet-lint.