nix-community / bundix

Generates a Nix expression for your Bundler-managed application. [maintainer=@manveru]
160 stars 54 forks source link

Fix pre bundled downloads #102

Closed nevesenin closed 1 year ago

nevesenin commented 1 year ago

When running bundix I experienced, that it tries to "download" pre bundled gems from filesystem. Since signatures of URI.open and its fallback to Kernel.open are different, this throws an exception.

kirillrdy commented 1 year ago

worth noting that this MR is required for ruby 3.x support

kirillrdy commented 1 year ago

i think this one can also be closed in favor of https://github.com/nix-community/bundix/pull/101