summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/doctor.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `bundle doctor` commandfix_bundle_doctorDavid Rodríguez2019-08-161-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-041-2/+2
* warn user if a file is not R/W and owned by another userAdam Wanninger2018-01-251-1/+13
* corrected spelling of stil to stillAdam Wanninger2018-01-251-1/+1
* 'to the current user' should be 'by the current user'Adam Wanninger2018-01-251-1/+1
* [CLI::Doctor] Avoid looping over all files twiceSamuel Giddins2018-01-251-25/+25
* prefix outputted files with a - for readabilityAdam Wanninger2018-01-251-2/+2
* use Bundler.ui.info instead of exceptionAdam Wanninger2018-01-251-9/+9
* check Bundler.home permissions in doctor commandAdam Wanninger2018-01-251-0/+34
* Introduce the notion of settings validationSamuel Giddins2017-07-231-0/+1
* 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 orderseg-doctorSamuel 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