Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is Ruby 4.0 + its associated gems.
Changes:
Ruby 4.0 incorporated the following gems:
benchmark,loggerandreline. This means that we don't need to create separate packagesfor them.
Several of our Ruby module packages had a hardcoded
rubyMMvariable set to 3.4. They now use
var-transformsto derive theRuby version from the package name.
ruby4.0-octokit: Cherry-pick fix to bump octokit requirement
ruby4.0-jruby-openssl: Remove. Upstream said on
gem-checkfails with Ruby 4.0.0_preview2 jruby/jruby-openssl#337 that it doesn't make sense to ship this modulefor Ruby as it is a JRuby specific project. There are no recent
reverse deps for jruby-openssl either, so let's remove it.
ruby4.0-rails-8.1: Add
ruby${{vars.rubyMM}}-psychandpkgconftotest dependencies. Test by installing
sidekiqinstead ofbcrypt(the latter fails to build with Ruby 4.0).