Open GregPK opened 2 months ago
Last line in usage docs suggests I can generate a binstub. This doesn't seem to be the case:
❯ bundler --version Bundler version 2.4.2 ❯ bundle add packs packs-rails ❯ bundle binstub packs There are no executables for the gem packs.
Hi @GregPK! We're not able to reproduce this issue. Running bundle binstub packs does produce bin/packs in one of our repos. We're on bundler version 2.5.18.
bundle binstub packs
bin/packs
2.5.18
Last line in usage docs suggests I can generate a binstub. This doesn't seem to be the case: