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

Simplify Bundler native helper runners #7785

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

deivid-rodriguez
Copy link
Contributor

@deivid-rodriguez deivid-rodriguez commented Aug 10, 2023

Since #4973, we explicitly activate the proper Bundler version of top of the runner, with either gem "bundler", "~> 1.17" or gem "bundler", "~> 2.3", depending on whether its the v1 or v2 helper.

That will error out if the proper version can't be activated.

That means we don't really need to check for versions explicitly.

Since I was at it, I also bumped the activation line for v2 to gem "bundler", "~> 2.4", since that's where we are now.

@deivid-rodriguez deivid-rodriguez requested a review from a team as a code owner August 10, 2023 09:12
@github-actions github-actions bot added the L: ruby:bundler RubyGems via bundler label Aug 10, 2023
@deivid-rodriguez deivid-rodriguez merged commit 6f7ac3a into main Aug 10, 2023
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/simplify-bundler-helpers branch August 10, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: ruby:bundler RubyGems via bundler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants