summaryrefslogtreecommitdiff
path: root/lib/bundler/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* [Resolver] Ensure that spec.required_ruby_version exists before using itSamuel Giddins2016-07-101-1/+7
* respect required_ruby_versions when presentAndre Arko2016-07-101-8/+5
* Fix up major support in GVP.chrismo2016-07-081-22/+20
* Moved GemVersionPromoter inside search_for cache.chrismo2016-07-081-18/+24
* Remove superfluous default value in Resolver initchrismo2016-07-081-1/+1
* Clarified changing dependency specs.chrismo2016-07-081-0/+1
* GemVersionPromoter refactorchrismo2016-07-081-130/+6
* Rename UpdateOptions=>DependencySearchchrismo2016-07-081-7/+7
* RuboCop fixeschrismo2016-07-081-30/+35
* 1st pass thorough specs on conservative resolver.chrismo2016-07-081-3/+4
* First resolver spec and bug fix.chrismo2016-07-081-3/+3
* minor/patch resolution code invokable.chrismo2016-07-081-14/+13
* bundler-patch resolver code ported over.chrismo2016-07-081-2/+107
* UpdateOptions added and passed thru all_the_thingschrismo2016-07-081-3/+20
* [Resolver] Mark molinillo methods as publicseg-molinillo-0.5.0Samuel Giddins2016-06-191-2/+2
* Fixes #4593 and adds related specsBruno Ferreira2016-06-081-1/+1
* Auto merge of #4580 - bundler:seg-resolver-performance, r=indirectHomu2016-06-071-25/+23
|\
| * [RuboCop] Fix SpacingSamuel Giddins2016-06-041-1/+1
| * [Resolver] Deal with Gem::Version hash and == not aligningSamuel Giddins2016-06-041-2/+7
| * [RuboCop] Fix violationsSamuel Giddins2016-06-021-5/+1
| * [Resolver] Drop unused empty array allocationsSamuel Giddins2016-06-021-4/+2
| * fixup! [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-2/+2
| * [RuboCop] Fix style issuesSamuel Giddins2016-06-021-1/+1
| * [Resolver] Speed up searchingSamuel Giddins2016-06-021-9/+6
| * [Resolver] Improve calculating amount_constrainedSamuel Giddins2016-06-021-7/+9
* | gemspec allow conflictsSamuel Giddins2016-06-041-1/+1
|/
* Add integration spec for multiple versions and diff platform in gemspecJames Wen2016-02-221-1/+1
* Add platform info to error message for different platform in gemspec than Gem...James Wen2016-02-221-4/+15
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-2/+3
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-10/+9
* [Resolver] Determine debug mode onceseg-debug-onceSamuel Giddins2016-01-301-1/+2
* Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-151-1/+1
|\
| * Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-1/+1
* | Merge tag 'v1.11.2'Andre Arko2015-12-151-1/+1
|\ \
| * | check respond_to? before calling methodAndre Arko2015-12-151-1/+1
| |/
* | Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-2/+2
|\ \ | |/ |/|
| * Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-1/+1
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-2/+2
* | [RuboCop] Enable Style/NextSamuel Giddins2015-11-261-34/+31
* | [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-2/+2
* | [RuboCop] Enable Style/RescueModifierSamuel Giddins2015-11-261-2/+6
|/
* Auto merge of #4026 - bundler:seg-resolve-ruby-version, r=indirectHomu2015-10-181-7/+14
|\
| * [Resolver] Banish uninitialized ivar warningSamuel Giddins2015-10-021-1/+1
| * [Resolver] Resolve for a given ruby versionSamuel Giddins2015-10-011-7/+14
* | Fix Style/SpaceInsideStringInterpolationErick Sasse2015-10-031-1/+1
|/
* Improve hint on conflict error messageSean Linsley2015-09-051-1/+3
* Use locked_requirement platform to print it outfix-fix-3862Andre Arko2015-08-021-1/+9
* Auto merge of #3862 - bundler:seg-resolver-error-formatting, r=segiddinsHomu2015-08-021-28/+18
|\
| * wrap the locked requirement in a DepProxyseg-resolver-error-formattingAndre Arko2015-08-011-1/+1
| * [Resolver] Ordering and 1.8.7 arent friendsSamuel E. Giddins2015-07-311-1/+1