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

[scaffolding-ruby] redundant core/bundler inclusion #4199

Open
jritchie-nullable opened this issue Nov 2, 2021 · 1 comment
Open

[scaffolding-ruby] redundant core/bundler inclusion #4199

jritchie-nullable opened this issue Nov 2, 2021 · 1 comment

Comments

@jritchie-nullable
Copy link

The ruby scaffolding is setup to pull the latest version of core/ruby which at this time is 3.0.2. This version of Ruby includes the bundler module (version 2.2.22) out of the box. The scaffolding also pulls in core/bundler which has the bundler module at version 2.2.14.

This causes an issue at the vendoring phase where the bundler is identified as version 2.2.22 but tries to vendor from the 2.2.14 core/bundler path.

minimal: Vendoring 'bundler' version 2.2.22 ERROR: Could not find a valid gem '/hab/pkgs/core/bundler/2.2.14/20211019145057/cache/bundler-2.2.22.gem' (>= 0) in any repository

@jritchie-nullable
Copy link
Author

Minimal(ish) reproducible example: https://github.com/jritchie-nullable/scaffolding-ruby-issues

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

No branches or pull requests

1 participant