summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RubyGemsExt] Speed up Dependency#to_lockseg-spec-set-perfSamuel Giddins2017-04-151-3/+8
* [SpecSet] Use a set for #forSamuel Giddins2017-04-141-4/+3
* [SepcSet] Avoid compacting when the array never contains nilSamuel Giddins2017-04-141-6/+7
* [SpecSet] Avoid sorting specs in initializerSamuel Giddins2017-04-142-2/+2
* [Index] Avoid sorting specs in intermediary searchesSamuel Giddins2017-04-141-3/+9
* [Definition] Avoid checking settings in a loopSamuel Giddins2017-04-141-1/+2
* Auto merge of #5571 - bundler:seg-deadlocking-is-bad, r=indirectThe Bundler Bot2017-04-1412-37/+79
|\
| * Stop allowing -rbundler/setup to silently ignore added specs in deployment modeseg-deadlocking-is-badSamuel Giddins2017-04-133-2/+14
| * [SpecSet] Dont allow deps to silently go unsatisfiedSamuel Giddins2017-04-132-3/+5
| * Support rubygems that print dep type in specsSamuel Giddins2017-04-131-1/+1
| * [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-135-13/+16
| * Avoid deadlocking when installing with a lockfile missing dependenciesSamuel Giddins2017-04-136-28/+53
* | Auto merge of #5579 - bundler:seg-downloader-error, r=colby-swandaleThe Bundler Bot2017-04-142-5/+6
|\ \ | |/ |/|
| * [Downloader] Print underlying error in HTTPErrorseg-downloader-errorSamuel Giddins2017-04-132-5/+6
|/
* Auto merge of #5580 - koic:use_latest_rubies, r=segiddinsThe Bundler Bot2017-04-132-4/+4
|\
| * Change to a too large value that doesn't conflict in the futureKoichi ITO2017-04-131-1/+1
| * CI against Ruby 2.2.7, 2.3.4, and 2.4.1Koichi ITO2017-04-131-3/+3
* | Auto merge of #5581 - bundler:seg-pristine-skip-bundler, r=segiddinsThe Bundler Bot2017-04-123-7/+17
|\ \ | |/ |/|
| * [Pristine] Skip the bundler gemseg-pristine-skip-bundlerSamuel Giddins2017-04-123-7/+17
|/
* Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddinsThe Bundler Bot2017-04-114-0/+136
|\
| * Remove gem folder and re-installDennis Suratna2017-04-111-0/+1
| * Only prints out platform for non ruby and non-nil platformDennis Suratna2017-04-111-5/+1
| * Fix rubocop errorsDennis Suratna2017-04-112-18/+17
| * Handle and test gemspec. Add platform to messageDennis Suratna2017-04-112-5/+41
| * Refactor specs and pristineDennis Suratna2017-04-112-26/+27
| * Expand test and refactor to re-install using sourceDennis Suratna2017-04-113-28/+24
| * Add more specs and handle git sourceDennis Suratna2017-04-112-29/+41
| * Initial pristine specsDennis Suratna2017-04-111-0/+50
| * Initial implementation of 'bundle pristine'Dennis Suratna2017-04-112-0/+45
* | Auto merge of #5486 - denniss:4901-add-command, r=segiddinsThe Bundler Bot2017-04-115-19/+181
|\ \
| * | Fix rubocop errorDennis Suratna2017-04-101-6/+1
| * | Test error message when source is specifiedDennis Suratna2017-04-101-0/+3
| * | Fix spec. Check for requirement patternDennis Suratna2017-04-102-6/+6
| * | Fix failing specs and consistently use double quotes for rendered Gemfile linesDennis Suratna2017-04-103-8/+9
| * | Add negative testingDennis Suratna2017-04-102-1/+32
| * | Unnecessary quotesDennis Suratna2017-04-101-1/+1
| * | Use dump instead of string escapesDennis Suratna2017-04-101-1/+1
| * | Add command - refactor and use double quotes and fix specsDennis Suratna2017-04-102-12/+12
| * | Add command: Use initializer instead of instance_variable_setDennis Suratna2017-04-101-3/+2
| * | Add Command: Handle pre release suffixDennis Suratna2017-04-102-6/+22
| * | Add command: Handle multiple versionsDennis Suratna2017-04-104-3/+10
| * | Add command implementationDennis Suratna2017-04-104-13/+123
| |/
* | Auto merge of #5570 - bundler:seg-fix-signals, r=indirectThe Bundler Bot2017-04-082-1/+8
|\ \
| * | [Worker] Allow interrups to exit the process even after the threads are disposedseg-fix-signalsSamuel Giddins2017-04-082-1/+8
|/ /
* | Auto merge of #5568 - bundler:seg-stubs-no-load-full-spec, r=indirectThe Bundler Bot2017-04-088-9/+181
|\ \
| * | [StubSpecification] Return a path in #full_gem_path even if the gem is deletedseg-stubs-no-load-full-specSamuel Giddins2017-04-081-1/+3
| * | [StubSpecification] #full_require_paths is only 2.2+Samuel Giddins2017-04-081-6/+6
| * | [StubSpecification] BasicSpecification#full_require_paths only defined on 2.2+Samuel Giddins2017-04-071-2/+4
| * | [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-074-10/+27
| * | Fix require spec on Ruby < 2Samuel Giddins2017-04-071-2/+2