-
Notifications
You must be signed in to change notification settings - Fork 23
fix: drop --path and similar from bundler invocations #425
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
Conversation
|
@chhtz maybe you already have tested this locally, so you have an easy way to find if this works? |
a350696 to
8441e07
Compare
8441e07 to
9560286
Compare
|
To me it looks good. I have no idea about the failed unit tests though, nor whether some changes are actually redundant. Maybe @doudou or @g-arjones can weigh in. |
|
The unit test might need #421 to work again, but i am not sure if that is all. |
Newer rexml versions started rejecting empty files as invalid XML
|
Just extracted the "fix CI" commits from the other PR #426 |
Of note here is the different meaning of --path between bundle install and bundle binstubs, where the former uses the configuration entry "path", while the later uses "bin", which they are saying in their documentation but are not clear that those refer to the configuration variables.
instead, set the configuration option before and call bundle binstubs --all afterwards.
|
FYI ... just rebased your PR on top of the |
Of note here is the different meaning of --path between bundle install and bundle binstubs, where the former uses the configuration entry "path", while the later uses "bin", which they are saying in their documentation but are not clear that those refer to the configuration variables.