thoughtbot / appraisal

A Ruby library for testing your library against different versions of dependencies.
https://thoughtbot.com
MIT License
1.25k stars 107 forks source link

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

Closed tagliala closed 3 years ago

tagliala commented 3 years ago

Introduced in #168 via 586864393e405a67b1457b563a4d5adc99e50e2d

< 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