Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

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

Merged
merged 1 commit into from
Dec 18, 2017

Conversation

zspencer
Copy link
Member

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: rubygems/bundler#6149

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: rubygems/bundler#6149
@zspencer zspencer requested a review from bhaibel December 18, 2017 17:40
@zspencer zspencer merged commit cb41429 into primary Dec 18, 2017
@zspencer zspencer deleted the zs-fix-weird-binstub-error branch December 18, 2017 18:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants