aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'version/master'JT Archie2015-10-201-6/+2
| |\
| | * Allow fuzzy ruby version requirements.Pan Thomakos2015-04-171-6/+2
* | | [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-9/+3
* | | [RuboCop] Enable Style/NextSamuel Giddins2015-11-261-5/+4
* | | [RuboCop] Enable Style/CaseIndentationSamuel Giddins2015-11-261-12/+12
* | | [RuboCop] Enable Style/RedundantSelfSamuel Giddins2015-11-261-1/+1
|/ /
* | [Definition] Handle when there is no ruby_versionSamuel E. Giddins2015-10-021-1/+2
* | [Resolver] Resolve for a given ruby versionSamuel Giddins2015-10-011-1/+1
* | Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-3/+3
* | Add ability to update gems via source for backwards-compatibility.Caden Lovelace2015-08-231-0/+5
* | Check whether spec source name is within unlocked sources.Caden Lovelace2015-08-231-1/+1
* | Fix Style/ClassCheckVictor Koronen2015-08-141-1/+1
* | Fix Style/CommentAnnotationVictor Koronen2015-08-141-1/+1
* | Fix Style/IndentationWidthVictor Koronen2015-08-141-6/+4
* | [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-2/+2
* | Fix pending offensesErick Sasse2015-07-191-4/+4
* | Fix Style/SelfAssignmentErick Sasse2015-07-191-2/+2
* | Fix Style/SemicolonErick Sasse2015-07-191-1/+4
* | Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-1/+1
* | Fix Style/SpaceAfterCommaErick Sasse2015-07-191-5/+5