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

dev: clean up Gemfile.lock platforms #1239

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

flavorjones
Copy link
Contributor

Motivation

Updating the Gemfile.lock platforms to be in line with what we expect development environments to be.

  • remove universal-darwin-22 because this only applies to the Apple-installed version of Ruby which nobody should be using to develop Tapioca
  • add x86_64-darwin for our friends without M1s
  • change arm64-darwin-21 to the more generic arm64-darwin

Note that none of the gems locked in this bundle have changed.

Implementation

See above.

Tests

No functional change, existing tests are sufficient.

- remove `universal-darwin-22` because this only applies to the
  Apple-installed version of Ruby which nobody should be using to
  develop Tapioca
- add `x86_64-darwin` for our friends without M1s
- change `arm64-darwin-21` to the more generic `arm64-darwin`

Note that none of the gems locked in this bundle have changed.
@flavorjones flavorjones requested a review from a team as a code owner October 20, 2022 20:02
@KaanOzkan
Copy link
Contributor

Thank you. I'm not sure that dependabot won't remove these in the future but let's try 🙂

@KaanOzkan KaanOzkan merged commit 8a29716 into main Oct 21, 2022
@KaanOzkan KaanOzkan deleted the flavorjones-better-gemfile-platforms branch October 21, 2022 12:41
@shopify-shipit shopify-shipit bot temporarily deployed to production November 10, 2022 17:34 Inactive
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.

4 participants