summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* back to default emailsdefault-travis-emailsAndre Arko2016-08-311-5/+0
* 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
* | Auto merge of #4921 - JuanitoFatas:doc/development-pry-byebug, r=indirectHomu2016-08-301-0/+2
|\ \
| * | Add a note on how to dive into the code with Pry [ci skip]JuanitoFatas2016-08-261-0/+2
* | | Auto merge of #4928 - bundler:seg-update-compact-index, r=segiddinsHomu2016-08-304-12/+17
|\ \ \
| * | | Speed up test gem installationseg-update-compact-indexSamuel Giddins2016-08-291-5/+9
| * | | Update specs to use compact_index 0.11Samuel Giddins2016-08-294-7/+8
|/ / /
* | | Auto merge of #4923 - bundler:seg-apple-git-support, r=indirectHomu2016-08-282-0/+10
|\ \ \ | |/ / |/| |
| * | [Env] Support running `bundle env` when not inside a bundleseg-apple-git-supportSamuel Giddins2016-08-262-0/+10
|/ /
* | Auto merge of #4491 - bundler:seg-exec-file--zsh, r=indirectHomu2016-08-261-0/+36
|\ \ | |/ |/|
| * [Exec] Add specs for $0 and __FILE__ when loadedseg-exec-file--zshSamuel Giddins2016-08-231-0/+36
* | Auto merge of #4836 - bundler:seg-resolve-for-specific-platforms, r=indirectHomu2016-08-2627-60/+290
|\ \
| * | [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-252-2/+2
| * | Add a spec for platform_specific resolution / runtimeSamuel Giddins2016-08-251-0/+95
| * | Automatically add platform to version in the spec’s buildersSamuel Giddins2016-08-251-1/+4
| * | Add a platform helper for x64_macSamuel Giddins2016-08-251-0/+4
| * | Add a helper to the_bundler to get a parsed lockfileSamuel Giddins2016-08-251-0/+5
| * | 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-259-30/+76
|/ /
* | Auto merge of #4654 - bundler:aa-ruby-version-conflict-message, r=indirectHomu2016-08-258-40/+146
|\ \
| * | Update resolving specs for required ruby version refactoraa-ruby-version-conflict-messageSamuel Giddins2016-08-232-2/+5
| * | [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
| * | Update spec for consistency with how Gem.ruby_version is usedSamuel Giddins2016-08-231-1/+1
| * | [Definition] Handle non-exact ruby version requirementsSamuel Giddins2016-08-232-31/+61
| * | Fix resolving when the gemfile has a ruby patch requirementSamuel Giddins2016-08-233-5/+22
| * | [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-233-19/+46
| * | test for a diagnostic error on ruby version failAndre Arko2016-08-231-2/+14
| |/
* | Auto merge of #4898 - JuanitoFatas:feature/generated-readme-github-url, r=seg...Homu2016-08-253-2/+32
|\ \
| * | Fill in git username to the generated github urlJuanitoFatas2016-08-203-2/+32
* | | Auto merge of #4624 - chrismo:openssl_version_in_bundle_env, r=segiddinsHomu2016-08-252-0/+2
|\ \ \
| * | | Add OpenSSL::OPENSSL_VERSION to `bundle env`chrismo2016-08-092-0/+2
* | | | 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-232-0/+20
|\ \ \ \
| * | | | Add missing definition of `respond_to_missing?`Kenji Okimoto2016-08-232-0/+20
* | | | | Auto merge of #4897 - bundler:seg-lock-platform, r=indirectHomu2016-08-234-9/+99
|\ \ \ \ \
| * | | | | Always use DepProxy in the resolverseg-lock-platformSamuel Giddins2016-08-222-2/+3
| * | | | | [Resolver] Ensure payloads in the base DG respond to __platformSamuel Giddins2016-08-221-2/+5
| * | | | | Add a spec for lock adding all new platform-specific depsSamuel Giddins2016-08-221-0/+91