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

Silence `gem list` command output #181

Closed tagliala closed 3 years ago

tagliala commented 3 years ago

Prevents appraisal rake to write a boolean on the standard output when checking the installed version of bundler

Bug introduced in #168 586864393e405a67b1457b563a4d5adc99e50e2d

Fix: #180

tagliala commented 3 years ago

CI Failure looks unrelated to me and the main branch is also failing against JRuby

nickcharlton commented 3 years ago

Ah hah! Nice one. Thank you for opening this. I'm going to ignore JRuby for now but with the rest passing that's good enough.