Skip to content
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

Pin rubygems-update for Ruby 2.7 #2448

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

mhashizume
Copy link
Contributor

When Rubygems attempts to run gem update --system under Ruby 2.7, it errors when pulling in rubygems-update >= 3.5.0, which drops support for Ruby < 3.0.

This commit pins rubygems-update to 3.4.22, the last version that supports Ruby 2.7.

@mhashizume mhashizume requested a review from a team as a code owner December 19, 2023 23:08
@mhashizume mhashizume force-pushed the maint/7.x/pin-rubygems branch from 6c5b71c to c11c52f Compare December 19, 2023 23:10
When Rubygems attempts to run `gem update --system` under Ruby 2.7, it
errors when pulling in rubygems-update >= 3.5.0, which drops support for
Ruby < 3.0.

This commit pins rubygems-update to 3.4.22, the last version that
supports Ruby 2.7.
@mhashizume mhashizume force-pushed the maint/7.x/pin-rubygems branch from c11c52f to 3ce3b43 Compare December 19, 2023 23:12
@joshcooper joshcooper merged commit a8d71cb into puppetlabs:7.x Dec 19, 2023
2 checks passed
@mhashizume mhashizume deleted the maint/7.x/pin-rubygems branch December 19, 2023 23:53
@joshcooper joshcooper added the maintenance Maintenance chores are typically excluded from changelogs label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are typically excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants