Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obey program suffix when invoking bundler #324

Merged
merged 1 commit into from
Feb 26, 2013

Conversation

drbrain
Copy link
Contributor

@drbrain drbrain commented Sep 28, 2012

If ruby is configured using --program-suffix or --program-prefix the
rake tasks will not be able to launch the correct bundler executable (as
"bundler" may not exist).

This uses Gem.default_exec_format to choose the correct "bundler" to
invoke in the rake task based on how Ruby was configured.

If ruby is configured using --program-suffix or --program-prefix the
rake tasks will not be able to launch the correct bundler executable (as
"bundler" may not exist).

This uses Gem.default_exec_format to choose the correct "bundler" to
invoke in the rake task based on how Ruby was configured.
mattwynne added a commit that referenced this pull request Feb 26, 2013
Obey program suffix when invoking bundler
@mattwynne mattwynne merged commit e7395e8 into cucumber:master Feb 26, 2013
@mattwynne
Copy link
Member

Thanks for contributing!

@os97673
Copy link
Member

os97673 commented Mar 7, 2013

The fix caused regression with jruby and ruby installed on Ubuntu using apt-get (see #386 and #388), thus we decided to revert the changes.

os97673 added a commit that referenced this pull request Mar 8, 2013
@os97673
Copy link
Member

os97673 commented Mar 8, 2013

Reverting doesn't mean we will not accept another PR for this problem though.

os97673 added a commit that referenced this pull request Mar 10, 2013
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
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.

3 participants