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 that bundler isn't installing in CI for Ruby 2.7 #1

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

pbyrne
Copy link
Member

@pbyrne pbyrne commented Jan 30, 2024

No description provided.

@@ -41,7 +41,7 @@ GEM
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-23
ruby
Copy link
Member Author

Choose a reason for hiding this comment

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

I think this is what did it, based on the earlier error message trying to use bundler: none:

The dependency memo_pad (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for arm64-darwin-23 but the dependency is only for ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, ruby, . To add those platforms to the bundle, run `bundle lock --add-platform ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby ruby `.
Unable to find a spec satisfying memo_pad (>= 0) in the set. Perhaps the
lockfile is corrupted?

I'm not sure what set that, maybe bundler init? But we want to install on any Ruby deployment, not just Mac on ARM.

@pbyrne pbyrne merged commit 9f2f43c into main Jan 30, 2024
2 checks passed
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.

1 participant