summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Path] Fix serializing absolute paths that are inside the rootseg-fix-eval-gemfile-path-sourcesSamuel Giddins2016-09-131-1/+1
* [Path] Store lockfile paths relative to the root, not the gemfile pathSamuel Giddins2016-09-131-1/+6
* Auto merge of #4955 - bundler:seg-fail-invalid-uri-schemes, r=indirectHomu2016-09-111-0/+11
|\
| * Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
* | Auto merge of #4931 - bundler:seg-compact-index-debugging, r=indirectHomu2016-09-112-4/+27
|\ \
| * | Add debug logging to the compact index clientseg-compact-index-debuggingSamuel Giddins2016-09-061-3/+26
| * | [CompactIndexClient::Updater] Support weak etagsSamuel Giddins2016-09-061-1/+1
* | | Auto merge of #4944 - dekellum:missing-require-rubygems-source, r=indirectHomu2016-09-111-0/+10
|\ \ \
| * | | But I only put that there to amuse you, RubocopDavid Kellum2016-09-021-1/+1
| * | | If this works, you are just as nuisance, RubocopDavid Kellum2016-09-021-1/+2
| * | | Get it passing for rubygems <2.0.0David Kellum2016-09-021-1/+9
| * | | [RubygemsExt] Add missing require rubygems/sourceDavid Kellum2016-09-021-0/+1
| |/ /
* | | Auto merge of #4950 - bundler:seg-no-empty-parens-install-message, r=segiddinsHomu2016-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | [Source] Remove empty parenthesis in installing gem messageseg-no-empty-parens-install-messageSamuel Giddins2016-09-061-1/+1
| |/
* | Auto merge of #4943 - bundler:seg-unknown-keys, r=indirectHomu2016-09-071-1/+2
|\ \
| * | [DSL] Suggest updating bundler on invalid optionsseg-unknown-keysSamuel Giddins2016-09-021-1/+2
| |/
* | Auto merge of #4929 - bundler:seg-fix-1-8, r=segiddinsHomu2016-09-072-3/+16
|\ \ | |/ |/|
| * [GemInstaller] Support base64 digests on ruby 1.8.7seg-fix-1-8Samuel Giddins2016-08-291-1/+13
| * [RemoteSpecification] Support respond_to? on 1.8.7Samuel Giddins2016-08-291-2/+3
* | Move the alias to where it should beJuanitoFatas2016-08-311-2/+1
* | Auto merge of #4917 - bundler:seg-settings-temporary, r=indirectHomu2016-08-302-6/+22
|\ \ | |/ |/|
| * [Settings] Allow temporarily overriding settings in-memoryseg-settings-temporarySamuel Giddins2016-08-262-6/+22
* | [Env] Support running `bundle env` when not inside a bundleseg-apple-git-supportSamuel Giddins2016-08-261-0/+2
|/
* [Plugin] Don’t print GemfileErrors twiceseg-resolve-for-specific-platformsSamuel Giddins2016-08-251-1/+3
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-2511-10/+31
* [Definition] Only add current platform if not frozenSamuel Giddins2016-08-251-3/+7
* [LockfileParser] Ensure specs are consistently orderedSamuel Giddins2016-08-252-1/+15
* [SpecSet] Fix #for when installing with --deploymentSamuel Giddins2016-08-251-10/+13
* [Source] Always print the platform when installingSamuel Giddins2016-08-251-1/+1
* Refactor best-platform matchingSamuel Giddins2016-08-254-20/+53
* [Resolver] Remove required_by attribute from SpecGroupSamuel Giddins2016-08-251-2/+1
* [LazySpecification] Only materialize for the current platform whenSamuel Giddins2016-08-251-1/+2
* Resolve for specific platformsSamuel Giddins2016-08-258-29/+75
* Auto merge of #4654 - bundler:aa-ruby-version-conflict-message, r=indirectHomu2016-08-254-30/+95
|\
| * [Resolver] Remove ruby_version attributeSamuel Giddins2016-08-232-15/+18
| * [Definition] Improve error message when locked ruby version fails to parseSamuel Giddins2016-08-231-2/+3
| * Backport Requirement#exact? ffor RG < ~2.1Samuel Giddins2016-08-231-0/+5
| * [Definition] Handle non-exact ruby version requirementsSamuel Giddins2016-08-231-12/+19
| * Fix resolving when the gemfile has a ruby patch requirementSamuel Giddins2016-08-232-4/+21
| * [Definition] Only use RubyVersion objects to determine resolution behaviorSamuel Giddins2016-08-231-9/+17
| * Use the resolver to resolve for ruby / rubygems versionsSamuel Giddins2016-08-232-12/+36
* | Auto merge of #4898 - JuanitoFatas:feature/generated-readme-github-url, r=seg...Homu2016-08-252-2/+3
|\ \
| * | Fill in git username to the generated github urlJuanitoFatas2016-08-202-2/+3
* | | Auto merge of #4624 - chrismo:openssl_version_in_bundle_env, r=segiddinsHomu2016-08-251-0/+1
|\ \ \
| * | | Add OpenSSL::OPENSSL_VERSION to `bundle env`chrismo2016-08-091-0/+1
* | | | Auto merge of #4878 - Zorbash:binstubs-standalone-flag, r=segiddinsHomu2016-08-241-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Change standalone flag of binstubs cmd to booleanDimitris Zorbas2016-08-141-1/+1
* | | | Auto merge of #4908 - okkez:add-missing-respond_to_missing, r=segiddinsHomu2016-08-231-0/+4
|\ \ \ \
| * | | | Add missing definition of `respond_to_missing?`Kenji Okimoto2016-08-231-0/+4
* | | | | Auto merge of #4897 - bundler:seg-lock-platform, r=indirectHomu2016-08-232-3/+8
|\ \ \ \ \