-
-
Notifications
You must be signed in to change notification settings - Fork 109
Cleanup Bundler ENV variable introduced in Bundler 2.4 #229
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
Cleanup Bundler ENV variable introduced in Bundler 2.4 #229
Conversation
@deivid-rodriguez thank you! ❤️ |
ping @nickcharlton |
ping @neilvcarvalho |
@tisba The referenced PR is for history. Actually |
I've made a PR based on this one (#230) that implements CI with GithubActions. You can check the result here : https://github.com/thoughtbot/appraisal/actions/runs/10570162976/job/29284184720?pr=230 |
ping @nickcharlton |
When I checkout this PR, using bundler
Unfortunately I don't really have much time to dig in more - hope it helps anyway. |
Did you get specs to pass previously and this is something that broke in Bundler 2.5.19 /RubyGems 3.5.19 or it's the first time you tried this PR? Ideally we'd get this merged and a CI back on track to be able to troubleshoot these things more easily from now on. |
@tisba this errors has nothing to do with bundler. The issue is that |
@nickcharlton I would really appreciate if you could merge this PR (and this one #230) to get |
@tisba I skip this broken tests in PR #230 : 47b185e before the method signature was changed : https://github.com/thoughtbot/appraisal/blame/f5e31c48a1dda036a2c13663fad1b657a0953f5d/lib/appraisal/customize.rb |
Thanks for doing this! @n-rodriguez, I appreciate the pings, thank you! (Even though I basically didn't do anything about it until now 😅) |
7087fbf
to
be67a08
Compare
@nickcharlton awesome! thank you! |
See rubygems/rubygems#6025.
This gets most specs passing with the latest version of Bundler.
Closes #218.