aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* [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 sourceSamuel Giddins2016-06-241-16/+6
* [Definition] Add a #change_reason printed in debugSamuel 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-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 sectionSamuel 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
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* [RuboCop] Update to 0.37.1Samuel Giddins2016-02-091-15/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-4/+6
* [Definition] Insure @locked_ruby_version is initializedSamuel Giddins2016-01-251-0/+1
* Auto merge of #4209 - RochesterinNYC:refactor-ruby-version-add-unit-tests, r=...Homu2016-01-161-6/+6
|\
| * Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-5/+5
| * Remove `Bundler::RubyVersionRequirement`James Wen2016-01-111-1/+1
* | Auto merge of #4143 - deepj:string-frozen-literal, r=indirectHomu2016-01-151-2/+2
|\ \ | |/ |/|
| * Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-2/+2
* | Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* | Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-7/+30
|\ \ | |/ |/|
| * Adds rubocop fixes.David Morhovich2015-11-191-1/+0
| * Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-1/+6
| * Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-5/+5
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-6/+29