aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-2/+2
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-26/+26
* | Fix Style/SpaceInsideBracketsErick Sasse2015-07-171-1/+1
* | [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-5/+5
* | [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-8/+8
* | [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* | Merge tag 'v1.10.5'Samuel E. Giddins2015-06-251-9/+10
|\ \
| * | [Definition] Dont updated bundled with when 100% unnecessarySamuel E. Giddins2015-06-231-9/+10
* | | Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-2/+13
|\| |
| * | use existing constants to match BUNDLED WITHAndre Arko2015-06-081-1/+2
| * | avoid altering BUNDLED WITH during implicit locksAndre Arko2015-06-081-2/+12
* | | Improves the message displayed when cannot create configRoque Pinel2015-06-081-4/+1
* | | Print lockfile name relative from the current working directorySamuel E. Giddins2015-05-281-1/+1