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

Fix bundler gem install, specify version explicitly #4120

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jan 3, 2024

@atoulme atoulme requested review from a team as code owners January 3, 2024 19:08
@@ -974,7 +974,7 @@ puppet-release:
except:
- schedules
before_script:
- gem install bundler
- gem install bundler -v 2.4.22
Copy link
Contributor

Choose a reason for hiding this comment

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

Can (or will) this version be updated automatically, or will we have some kind of reminder to update periodically?

Copy link
Contributor

Choose a reason for hiding this comment

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

gem install bundler -v '<2.5' should be adequate. ruby 2.6 has been eol since 4/22 so any further investment beyond unblocking builds could include moving to ~3.1 or so as puppet support dictates.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This very narrowly fixes the build and we need a followup. I’ll file a bug.

@atoulme atoulme merged commit 2238b8f into main Jan 3, 2024
76 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants