summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* [Definition] Avoid parsing lockfile twice on initseg-definition-init-perfSamuel Giddins2016-09-161-4/+2
* Fix #4934. Make GVP _after_ eager unlock.chrismo2016-09-131-2/+2
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-0/+21
* [Definition] Only add current platform if not frozenSamuel Giddins2016-08-251-3/+7
* Resolve for specific platformsSamuel Giddins2016-08-251-3/+11
* [Resolver] Remove ruby_version attributeSamuel Giddins2016-08-231-1/+1
* [Definition] Improve error message when locked ruby version fails to parseSamuel Giddins2016-08-231-2/+3
* [Definition] Handle non-exact ruby version requirementsSamuel Giddins2016-08-231-12/+19
* Fix resolving when the gemfile has a ruby patch requirementSamuel Giddins2016-08-231-4/+16
* [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-231-1/+14
* Always use DepProxy in the resolverseg-lock-platformSamuel Giddins2016-08-221-1/+2
* Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-181-1/+9
* [Lock] Allow removing platformsseg-lock-remove-platfomSamuel Giddins2016-08-121-0/+5
* Unlock sources when a local override leads to changesSamuel Giddins2016-08-051-2/+3
* [Definition] Converge locked gemspec sources to Source::GemspecSamuel Giddins2016-07-221-8/+21
* Make Bundler.locked_gems use the definition when loadedSamuel Giddins2016-07-221-8/+17
* [Definition] Ensure gemspec dependencies include all lockfile platformsSamuel Giddins2016-07-211-0/+3
* [Definition] Add requires propertySamuel Giddins2016-07-191-2/+15
* Don't parse empty Lockfile during GVP initchrismo2016-07-081-1/+1
* Add spec to definition for gem version promoter.chrismo2016-07-081-1/+0
* Ensure locked_specs provided in unlock all case.chrismo2016-07-081-1/+17
* GemVersionPromoter refactorchrismo2016-07-081-3/+3
* Rename UpdateOptions=>DependencySearchchrismo2016-07-081-3/+3
* minor/patch resolution code invokable.chrismo2016-07-081-2/+2
* bundler-patch resolver code ported over.chrismo2016-07-081-1/+2
* UpdateOptions added and passed thru all_the_thingschrismo2016-07-081-2/+3
* [Definition] Just search for changed specs in an exactly matching sourceseg-no-re-resolve-part-deuxSamuel Giddins2016-06-241-16/+6
* [Definition] Add a #change_reason printed in debugseg-skip-reresolveSamuel Giddins2016-06-241-2/+23
* Detect changes in path specs by comparing locked specs to source specsJoe Rafaniello2016-06-171-1/+8
* Use Set equality for path gems to avoid unneeded re-resolution.Joe Rafaniello2016-06-171-1/+3
* Auto merge of #4603 - bundler:seg-allow-unlocking-when-removing-ruby, r=indirectHomu2016-06-111-0/+8
|\
| * [Definition] Fail gracefully when the lockfile ruby version is invalidSamuel Giddins2016-06-081-1/+7
| * [Definition] Unlock ruby when locked version is incompatible with Gemfile ver...Samuel Giddins2016-06-051-0/+1
| * [Definition] Allow unlocking when removing the ruby version requirementSamuel Giddins2016-06-051-0/+1
* | Auto merge of #4580 - bundler:seg-resolver-performance, r=indirectHomu2016-06-071-1/+1
|\ \
| * | Use Array#concat instead of push(*ary)Samuel Giddins2016-06-021-1/+1
* | | Auto merge of #4617 - allenzhao:path-development, r=RochesterinNYCHomu2016-06-061-8/+22
|\ \ \ | |_|/ |/| |
| * | Add spec test and fix logic in definition#converge_dependenciesAllen Zhao2016-06-041-5/+15
| * | Add logic to check if the issue is path source relatedAllen Zhao2016-05-261-10/+14
* | | [Lock] Add --add-platformseg-bundle-lock-add-platformSamuel Giddins2016-06-041-2/+6
| |/ |/|
* | Fix specAllen Zhao2016-05-291-1/+1
* | Handle yanked gemsAllen Zhao2016-05-241-2/+17
|/
* String interpolation no longer necessaryGonzalo2016-05-041-1/+1
* Fixes frozen string exception when checking equivalent gemfile and lockfile (...Gonzalo2016-05-031-1/+1
* [LockfileParser] Rename attribute to sectionseg-generically-preserve-new-attributesSamuel Giddins2016-04-181-9/+9
* [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-181-4/+5
* [Definition] Ignore unknown attributes as wellSamuel Giddins2016-04-181-5/+5
* Generically preserve new attributes in lockfileSamuel Giddins2016-04-181-9/+12
* bundle install resolves all current dependencies Fixes #3981Asutosh Palai2016-03-111-0/+6