summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* correct rubocop violationsrebase-3763Andre Arko2015-08-192-5/+5
* Add ability to update gems via source for backwards-compatibility.Caden Lovelace2015-08-192-0/+82
* Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-191-0/+51
* Add spec for not updating gems with the same name as the source.Caden Lovelace2015-08-191-0/+13
* Check whether spec source name is within unlocked sources.Caden Lovelace2015-08-191-1/+1
* Bundle update groups should unlock gems, not sourcesCaden Lovelace2015-08-192-1/+21
* Auto merge of #3944 - esasse:rubocop-fix, r=segiddinsHomu2015-08-184-18/+12
|\
| * Fix Style/AlignHashErick Sasse2015-08-174-18/+12
|/
* Auto merge of #3936 - bundler:rebase-3833, r=indirectHomu2015-08-153-1/+38
|\
| * make rubocop happyrebase-3833Andre Arko2015-08-142-3/+3
| * Fix failed spec.Hirotaka Azuma2015-08-141-2/+2
| * Append specs.Hirotaka Azuma2015-08-142-0/+34
| * Don't call Gem::configuration in Bundler::FetcherHirotaka Azuma2015-08-141-1/+1
| * considerate .gemrc when determine http_proxyHirotaka Azuma2015-08-141-0/+3
|/
* Auto merge of #3935 - bundler:binstub-for-setup, r=segiddinsHomu2015-08-151-1/+5
|\
| * now putsing on stderrbinstub-for-setupAndre Arko2015-08-131-1/+1
| * rescue gem load errors so setup can runAndre Arko2015-08-131-1/+5
* | Auto merge of #3923 - Koronen:fix-style-offences, r=segiddinsHomu2015-08-1546-324/+148
|\ \
| * | Enable Style/BlockEndNewlineVictor Koronen2015-08-141-5/+0
| * | Fix Style/BracesAroundHashParametersVictor Koronen2015-08-143-9/+3
| * | Fix Style/ClassCheckVictor Koronen2015-08-142-7/+1
| * | Fix Style/ClosingParenthesisIndentationVictor Koronen2015-08-142-6/+2
| * | Fix Style/ColonMethodCallVictor Koronen2015-08-142-6/+1
| * | Fix Style/CommandLiteralVictor Koronen2015-08-143-8/+2
| * | Fix Style/CommentAnnotationVictor Koronen2015-08-142-7/+1
| * | Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-144-8/+3
| * | Fix Style/EmptyLinesAroundMethodBodyVictor Koronen2015-08-142-6/+0
| * | Fix Style/EmptyLiteralVictor Koronen2015-08-142-7/+2
| * | Fix Style/ForVictor Koronen2015-08-142-8/+3
| * | Fix Style/IndentArrayVictor Koronen2015-08-143-19/+13
| * | Fix Style/IndentationConsistencyVictor Koronen2015-08-142-24/+18
| * | Fix Style/IndentationWidthVictor Koronen2015-08-146-28/+20
| * | Enable Style/InfiniteLoopVictor Koronen2015-08-141-5/+0
| * | Fix Style/LeadingCommentSpaceVictor Koronen2015-08-145-10/+1
| * | Fix Style/LineEndConcatenationVictor Koronen2015-08-143-9/+4
| * | Fix Style/MethodCallParenthesesVictor Koronen2015-08-142-6/+1
| * | Fix Style/MethodDefParenthesesVictor Koronen2015-08-144-9/+3
| * | Fix Style/MultilineBlockLayoutVictor Koronen2015-08-143-10/+8
| * | Fix Style/MultilineIfThenVictor Koronen2015-08-143-7/+2
| * | Fix Style/MultilineTernaryOperatorVictor Koronen2015-08-143-12/+16
| * | Fix Style/NegatedIfVictor Koronen2015-08-144-10/+5
| * | Fix Style/NestedTernaryOperatorVictor Koronen2015-08-142-5/+5
| * | Fix Style/NotVictor Koronen2015-08-142-7/+2
| * | Fix Style/NumericLiteralsVictor Koronen2015-08-144-8/+3
| * | Enable Style/OneLineConditionalVictor Koronen2015-08-141-4/+0
| * | Fix Style/OpMethodVictor Koronen2015-08-146-17/+14
| * | Fix Style/ParenthesesAroundConditionVictor Koronen2015-08-143-9/+3
| * | Fix Style/ProcVictor Koronen2015-08-143-7/+2
| * | Fix Style/RedundantBeginVictor Koronen2015-08-142-11/+4
| * | Fix Style/RedundantReturnVictor Koronen2015-08-143-9/+3