aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/doctor.rb
Commit message (Expand)AuthorAgeFilesLines
* use `Bunder.which` instead of `system` for otool and ldd detectionColby Swandale2016-10-251-2/+2
* use `system -v` to check for otool and lddColby Swandale2016-10-241-2/+2
* [Doctor] Ensure missing dylibs are printed in a consistent orderSamuel Giddins2016-08-171-4/+4
* [Doctor] Use check to ensure all dependencies are installedSamuel Giddins2016-08-161-11/+7
* [Doctor] Raise a ProductionError for linkage failuresSamuel Giddins2016-08-161-3/+5
* [Doctor] Insure checking for otool/lld is silentSamuel Giddins2016-08-161-2/+2
* doctor: use Bundler::NULLMisty De Meo2016-08-021-2/+2
* doctor: gems not being installed isn't fatalMisty De Meo2016-08-021-2/+2
* doctor: return stub result if no dylib tool installedMisty De Meo2016-08-021-0/+10
* Add command to diagnose common issuesMisty De Meo2016-08-021-0/+85