summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Resolver] Consider locked dependencies firstSamuel Giddins2017-01-141-2/+3
* viz: fix capitalisation of HomebrewAlyssa Ross2017-01-141-1/+1
* Version 1.14.0.pre.2 with changelogv1.14.0.pre.2Samuel Giddins2017-01-111-1/+1
* Auto merge of #5307 - bundler:seg-molinillo-0.5.5, r=segiddinsThe Bundler Bot2017-01-115-10/+20
* Auto merge of #5297 - bundler:seg-git-branch-hash, r=indirectThe Bundler Bot2017-01-111-1/+2
* Auto merge of #5298 - bundler:seg-cli-gem-override, r=indirectThe Bundler Bot2017-01-111-2/+24
* Auto merge of #5302 - bundler:seg-open-exit, r=indirectThe Bundler Bot2017-01-111-1/+2
* Version 1.14.0.pre.1 with changelogv1.14.0.pre.1Samuel Giddins2016-12-291-1/+1
* Auto merge of #5287 - bundler:seg-rg-1.3.6, r=segiddinsThe Bundler Bot2016-12-283-10/+14
|\
| * [MatchPlatform] Allow matching two platforms as a functionseg-rg-1.3.6Samuel Giddins2016-12-272-9/+13
| * [RubyGemsIntegration] Restore 1.3.6 compatibility when installingSamuel Giddins2016-12-271-1/+1
* | Auto merge of #5284 - amatsuda:mri_25, r=segiddinsThe Bundler Bot2016-12-272-0/+7
|\ \
| * | Support :mri_25 platform and its variationsAkira Matsuda2016-12-262-0/+7
* | | Auto merge of #5278 - bundler:seg-worker-thread-creation-failure, r=indirectThe Bundler Bot2016-12-272-5/+28
|\ \ \
| * | | [Worker] Fail gracefully when creating threads failsseg-worker-thread-creation-failureSamuel Giddins2016-12-252-5/+28
* | | | Auto merge of #5276 - bundler:seg-platform-docs, r=indirectThe Bundler Bot2016-12-272-6/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | [PostitTrampoline] Rename env varsseg-platform-docsSamuel Giddins2016-12-261-3/+3
| * | | [Settings] Don't try to access config file when it is ignoredSamuel Giddins2016-12-261-2/+2
| * | | [Settings] Make converting to bool a bit clearerSamuel Giddins2016-12-261-1/+6
| | |/ | |/|
* | | Auto merge of #5279 - bundler:seg-parallel-extensions, r=indirectThe Bundler Bot2016-12-273-2/+11
|\ \ \
| * | | [GemInstaller] Allow installing extensions in parallelseg-parallel-extensionsSamuel Giddins2016-12-253-2/+11
| |/ /
* | | Auto merge of #5277 - bundler:Paxa-master, r=segiddinsThe Bundler Bot2016-12-271-4/+9
|\ \ \
| * | | [Index] Avoid uncessary array allocations for dependency_namesSamuel Giddins2016-12-251-5/+8
| * | | Do not pull development dependenciesPavel2016-12-241-1/+3
| | |/ | |/|
* | | Add specs for falling back to 1 thread when the lockfile is corruptseg-parallel-installer-missing-specs-warningSamuel Giddins2016-12-261-0/+2
* | | [ParallelInstaller] Only print 1 warning for missing dependenciesSamuel Giddins2016-12-261-9/+24
* | | [ParallelInstaller] Allow installing with corrupted lockfilesSamuel Giddins2016-12-261-9/+19
| |/ |/|
* | Merge tag 'v1.13.7'Samuel Giddins2016-12-252-2/+2
|\ \
| * | Version 1.13.7 with changelogv1.13.71-13-stableSamuel Giddins2016-12-251-1/+1
| * | Auto merge of #5170 - amatsuda:mri_24, r=segiddinsHomu2016-12-251-1/+7
* | | Auto merge of #5023 - renuo:4854-gemnotfound-error, r=segiddinsThe Bundler Bot2016-12-241-1/+6
|\ \ \ | |_|/ |/| |
| * | Remove debug codeDiego Steiner2016-09-271-1/+0
| * | Fixes broken testDiego Steiner2016-09-271-1/+6
| * | Merge remote-tracking branch 'origin/master' into 4854-gemnotfound-errorDiego Steiner2016-09-2755-178/+560
| |\ \
| * | | Modify error message for GemNotFound error messageBoggs2016-08-171-1/+2
* | | | Auto merge of #5270 - pixeltrix:fix-hook-name, r=segiddinsThe Bundler Bot2016-12-241-1/+1
|\ \ \ \
| * | | | Use correct hook name in commentAndrew White2016-12-221-1/+1
* | | | | Auto merge of #5260 - bundler:seg-require-speed, r=indirectThe Bundler Bot2016-12-224-14/+16
|\ \ \ \ \
| * | | | | [ParallelInstaller] Pre-require gem_remote_fetcher on 1.8.7seg-require-speedSamuel Giddins2016-12-211-0/+4
| * | | | | [SharedHelpers] Speed up #clean_load_pathSamuel Giddins2016-12-211-10/+8
| * | | | | [SharedHelpers] Document why we’re overriding #requirementSamuel Giddins2016-12-211-0/+1
| * | | | | [SharedHelpers] Remove unused attributeSamuel Giddins2016-12-211-2/+0
| * | | | | Improve -rbundler performance by using autoloadsSamuel Giddins2016-12-212-2/+3
| |/ / / /
* | | | | [Source] Add an inspect methodSamuel Giddins2016-12-211-0/+4
|/ / / /
* | | | Auto merge of #5247 - colby-swandale:missing-new-line-on-fetch, r=segiddinsThe Bundler Bot2016-12-191-1/+4
|\ \ \ \
| * | | | [Retry] Add newline before printing the final errorSamuel Giddins2016-12-181-1/+4
* | | | | Auto merge of #5240 - smathy:update_post_install_messages, r=segiddinsThe Bundler Bot2016-12-173-27/+24
|\ \ \ \ \
| * | | | | Output post_install_message during updateJason King2016-12-081-1/+2
| * | | | | DRY up some duplication between install and updateJason King2016-12-083-26/+22
* | | | | | Auto merge of #5216 - bundler:seg-bundle-gem-rspec-persistence, r=indirectThe Bundler Bot2016-12-172-1/+15
|\ \ \ \ \ \