Skip to content

Comments

Remove executables from gemspec#514

Open
joshheinrichs-shopify wants to merge 1 commit intomainfrom
rm-executable
Open

Remove executables from gemspec#514
joshheinrichs-shopify wants to merge 1 commit intomainfrom
rm-executable

Conversation

@joshheinrichs-shopify
Copy link

When attempting to build storefront's gems via nix, shopify-money and tracking_number collide because they both add bin/console to executables. Generally bin/console is a development script and not something that should end up in the main bin dir that bundler sets up. Bundler just lets one of the executables silently win. Nix is a bit more cautious by default.

When attempting to build storefront's gems via nix, shopify-money and
tracking_number collide because they both add bin/console to
executables. Generally bin/console is a development script and not
something that should end up in the main bin dir that bundler sets up.
Bundler just lets one of the executables silently win. Nix is a bit more
cautious by default.
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.

1 participant