-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
bundix -m
fails on bundler >= 2.0
#70
Comments
Related: NixOS/nixpkgs#68089 |
Relevant commit at the old Bundler repo. Looks like there's been a lot of churn w.r.t. the As I read the relevant docs, it looks like the local
Not sure whether it is acceptable or desirable for |
Since running fail unless system(
Bundix::NIX_SHELL, '-p', options[:ruby],
"bundler.override { ruby = #{options[:ruby]}; }",
"--command", "bundle config --local cache_all true")
fail unless system(
Bundix::NIX_SHELL, '-p', options[:ruby],
"bundler.override { ruby = #{options[:ruby]}; }",
"--command", "bundle pack --path #{options[:bundle_pack_path]}") This will not be needed in bundler 3 according to the documentation for BTW, as a workaround for this bug, I've been running bundix like this:
|
Running
bundix -m
with a modernbundler
fails thus:Bundix version: 2.5.0 from nixos-20.03
Bundler version 2.1.4 from nixos-20.03
The text was updated successfully, but these errors were encountered: