cohere-coop / nourish.party

Celebrating and nourishing creative communities
Other
6 stars 0 forks source link

Replace bundler binstub generated by rails with one from bundler #46

Closed zspencer closed 6 years ago

zspencer commented 6 years ago

Apparently, Rails creates a bin/bundle file that ensures all the gems are installed (yay!) but in doing so, intercepts the flags and arguments improperly (boo :()

This switches us to use the bundler generated bundler binstub, which works better, per: https://github.com/bundler/bundler/issues/6149