summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [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
|\ \ \ \ \ \
| * | | | | | [CLI::Gem] When using rspec, configure persistence fileseg-bundle-gem-rspec-persistenceSamuel Giddins2016-12-172-1/+15
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #5231 - bundler:seg-lock-add-platform-ruby, r=indirectThe Bundler Bot2016-12-171-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [Lock] Fix --add-platform rubyseg-lock-add-platform-rubySamuel Giddins2016-12-051-1/+1
| |/ / / /
* | | | | Auto merge of #5222 - bundler:seg-fips, r=indirectThe Bundler Bot2016-12-151-2/+14
|\ \ \ \ \
| * | | | | [CompactIndex] Only check for fips constant when it is definedseg-fipsSamuel Giddins2016-12-011-1/+1
| * | | | | [CompactIndex] Disable when openssl is in fips modeSamuel Giddins2016-12-011-2/+14
| |/ / / /
* | | | | Auto merge of #5219 - bundler:seg-filesystem-access-generic-system-error, r=i...The Bundler Bot2016-12-142-0/+26
|\ \ \ \ \
| * | | | | [SharedHelpers] Ignore EEXIST and ENOENT in #filesystem_accessseg-filesystem-access-generic-system-errorSamuel Giddins2016-11-301-0/+2
| * | | | | [SharedHelpers] Handle generic SystemCallErrors in #filesystem_accessSamuel Giddins2016-11-302-0/+24
* | | | | | Auto merge of #5218 - bundler:seg-bundle-env-markdown, r=indirectThe Bundler Bot2016-12-142-27/+48
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [FriendlyErrors] Prettify, taking into account formatting suggestionsseg-bundle-env-markdownSamuel Giddins2016-11-302-6/+20
| * | | | | [FriendlyErrors] Use GFM in issue report templateSamuel Giddins2016-11-302-5/+7
| * | | | | [Env] Print as GFMSamuel Giddins2016-11-301-20/+25
| |/ / / /
* | | | | [RubyGems] Old RG compatibility for skipping specs with missing extensionsseg-rubygems-ignore-missing-extsSamuel Giddins2016-11-302-4/+9
* | | | | [RubyGems] Ignore specs missing extensionsSamuel Giddins2016-11-301-0/+8
|/ / / /
* | | | Auto merge of #5199 - gearnode:feature-upgrade-rspec-template, r=indirectThe Bundler Bot2016-11-291-1/+1
|\ \ \ \
| * | | | Use new syntax for start spec file with RSpecGearnode2016-11-221-1/+1
* | | | | Auto merge of #5213 - bundler:seg-compact-index-client-threadsafe, r=indirectThe Bundler Bot2016-11-292-2/+7
|\ \ \ \ \
| * | | | | [Fetcher::CompactIndex] Don’t run in parallel on RBXSamuel Giddins2016-11-281-1/+1
| * | | | | [CompactIndexClient] Synchronize access to the list of fetched endpointsSamuel Giddins2016-11-281-1/+6