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

Appraisal >= 2.3.0 outputs "true" to console (PR attached) #180

Closed
tagliala opened this issue Mar 28, 2021 · 0 comments · Fixed by #181
Closed

Appraisal >= 2.3.0 outputs "true" to console (PR attached) #180

tagliala opened this issue Mar 28, 2021 · 0 comments · Fixed by #181

Comments

@tagliala
Copy link
Contributor

Introduced in #168 via 5868643

< 2.3.0:

$ appraisal rake -T
>> BUNDLE_GEMFILE=/a/gemfile.gemfile bundle exec rake -T
rake build            # Build a.gem into the pkg directory

>= 2.3.0

$ appraisal rake -T
true
>> BUNDLE_GEMFILE=/a/gemfile.gemfile bundle exec rake -T
rake build            # Build a.gem into the pkg directory
tagliala added a commit to tagliala/appraisal that referenced this issue Mar 28, 2021
Prevents `appraisal rake` to write a boolean on the standard output when
checking the installed version of bundler

Bug introduced in thoughtbot#168 5868643

Fix: thoughtbot#180
@tagliala tagliala changed the title Appraisal 2.4.0 outputs "true" to console (PR attached) Appraisal >= 2.3.0 outputs "true" to console (PR attached) Mar 28, 2021
nickcharlton pushed a commit that referenced this issue May 10, 2021
Prevents `appraisal rake` to write a boolean on the standard output when
checking the installed version of bundler

Bug introduced in #168 5868643

Fix: #180
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 a pull request may close this issue.

1 participant