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: ensure env doesn't get clobbered when installing package_json #576

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Nov 22, 2024

It seems that something had changed in Ruby 3.3.6 that means for some reason unless we maintain the old env, the use of bundler/inline causes Bundler to error about gems not being present when we (very) later call run "bundle install".

I have no idea what has actually changed, as while I confirmed everything is passing if we switch to Ruby 3.3.5, I couldn't get a smaller reproducible example that showed the exact same behaviour 🤷

@G-Rath G-Rath marked this pull request as ready for review November 22, 2024 03:49
@G-Rath
Copy link
Contributor Author

G-Rath commented Nov 22, 2024

The remaining CI failures are due to #574 which I want to merge after this

@G-Rath G-Rath merged commit 6154d26 into main Nov 24, 2024
84 of 112 checks passed
@G-Rath G-Rath deleted the restore-env branch November 24, 2024 18:06
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