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

Remove "rubygems: latest" from setup-ruby workflow #220

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

bensheldon
Copy link
Contributor

@bensheldon bensheldon commented Dec 16, 2024

The latest rubygems is not compatible with Ruby 3.0 which is causing the build for Ruby 3.0 to fail.

This PR removes the rubygems: latest directive, which will have the effect of using the version of rubygems that's packaged with Ruby.

  ERROR:  Error installing rubygems-update:
  	rubygems-update-3.6.0 requires Ruby version >= 3.1.0. The current ruby version is 3.0.7.220.

@Copilot Copilot bot review requested due to automatic review settings December 16, 2024 19:56
@bensheldon bensheldon requested a review from a team as a code owner December 16, 2024 19:56

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: Turn on automatic Copilot reviews for this repository to get quick feedback on every pull request. Learn more

@bensheldon bensheldon merged commit 29f4a3f into main Dec 16, 2024
7 checks passed
@bensheldon bensheldon deleted the bensheldon-patch-1 branch December 16, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants