summaryrefslogtreecommitdiff
path: root/lib/bundler/errors.rb
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* fix typoleslie.wen2017-02-211-1/+1
* Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-0/+1
* [Worker] Fail gracefully when creating threads failsseg-worker-thread-creation-failureSamuel Giddins2016-12-251-0/+1
* [SharedHelpers] Handle generic SystemCallErrors in #filesystem_accessSamuel Giddins2016-11-301-0/+20
* Always prompt once for sudoseg-prompt-for-sudoSamuel Giddins2016-09-071-0/+1
* [Errors] Ensure no duplicate status codes are registeredseg-error-registrationSamuel Giddins2016-06-281-1/+11
* Do not log the credentials used to contact a gem serverRoman Sandler2016-06-181-1/+6
* Added Error class for command conflict errorAsutosh Palai2016-06-061-0/+1
* [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_accessSamuel Giddins2016-03-281-0/+8
* Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-101-0/+9
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Reorder Bundler error classes by correlated status codeJames Wen2015-12-291-36/+37
* Create `TemporaryResourceError` that `SharedHelpers#filesystem_access` raises...James Wen2015-12-281-6/+19
* Add original error context info to GemRequireError messageJames Wen2015-12-261-1/+5
* YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-1/+1
* Extract exception classes to a separate fileextract-exception-classesAgis Anastasopoulos2015-10-271-0/+82