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: name the platform using just architecture and os #103

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

flavorjones
Copy link
Member

On darwin this means the error messages and bundler instructions will
name "x86_64-darwin". This makes the bundler lock file as general as
possible.

Previously the platform name included the OS version,
e.g. "x86_64-darwin-21", which was unnecessarily specific for this gem.

On darwin this means the error messages and bundler instructions will
name "x86_64-darwin". This makes the bundler lock file as general as
possible.

Previously the platform name included the OS version,
e.g. "x86_64-darwin-21"
@dhh dhh merged commit bc12aed into rails:main Dec 20, 2021
@flavorjones flavorjones deleted the flavorjones-better-bundler-instructions branch December 20, 2021 15:14
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