summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-272-5/+38
* Improve one spec descriptionDavid Rodríguez2019-09-271-1/+1
* Merge #7361Bundlerbot2019-09-273-11/+24
|\
| * Add caller information to some deprecation messagesadd_info_to_some_deprecation_messagesDavid Rodríguez2019-09-233-11/+24
* | Merge #7365Bundlerbot2019-09-262-33/+20
|\ \
| * | Remove unnecessary `outdated_gems_by_groups`refactor_outdatedDavid Rodríguez2019-09-251-6/+2
| * | Indentation fixesDavid Rodríguez2019-09-251-8/+8
| * | Remove some artificial line breaksDavid Rodríguez2019-09-251-4/+2
| * | Remove unnecessary `next`David Rodríguez2019-09-251-2/+0
| * | Invert yet another `if` to `unless` for readabilityDavid Rodríguez2019-09-251-1/+1
| * | Merge condition to a single lineDavid Rodríguez2019-09-251-2/+1
| * | Unify to a single `next` callDavid Rodríguez2019-09-251-2/+2
| * | Move local variable to where it's usedDavid Rodríguez2019-09-251-1/+2
| * | Invert another `if` for readabilityDavid Rodríguez2019-09-251-1/+1
| * | Traverse `outdated_gems_by_groups` in a simpler wayDavid Rodríguez2019-09-251-2/+1
| * | There should be no `nil` keys hereDavid Rodríguez2019-09-251-1/+1
| * | Spare a local variableDavid Rodríguez2019-09-251-2/+1
| * | Little reformatDavid Rodríguez2019-09-251-1/+1
| * | `unless` is much more readable than `if` hereDavid Rodríguez2019-09-251-1/+1
| * | Little optimization to `bundle outdated`David Rodríguez2019-09-251-1/+2
| * | SImplify outdated commandDavid Rodríguez2019-09-251-6/+2
|/ /
* | Merge #7364Bundlerbot2019-09-251-1/+5
|\ \
| * | Properly expand rubygems path when not in the root folderfollow_up_to_rgv_handling_refactorDavid Rodríguez2019-09-241-1/+3
| * | Properly version target rubygems when RGV is a pathDavid Rodríguez2019-09-241-0/+2
| |/
* | Merge #7360Bundlerbot2019-09-244-4/+2
|\ \ | |/ |/|
| * Consistenly use the default RSpec formatternormalize_rspec_formatterDavid Rodríguez2019-09-234-4/+2
|/
* Merge #7296Bundlerbot2019-09-2221-131/+175
|\
| * Remove no longer needed rubygems updateremove_with_rubygemsDavid Rodríguez2019-09-191-3/+0
| * Always go through our `rake` binstub in TravisCIDavid Rodríguez2019-09-191-5/+6
| * Only change cloned copy version if necessaryDavid Rodríguez2019-09-191-2/+15
| * Replace `with_rubygems` scriptDavid Rodríguez2019-09-1914-121/+132
| * Move some global requires to their few usagesDavid Rodríguez2019-09-187-3/+11
| * Reuse existing helperDavid Rodríguez2019-09-171-6/+8
| * Consistenly pass strings to `run` helperDavid Rodríguez2019-09-171-5/+5
| * Move require to the only file that needs itDavid Rodríguez2019-09-172-1/+2
| * Explicitly require test helpersDavid Rodríguez2019-09-171-4/+15
| * Remove duplicated conditionDavid Rodríguez2019-09-171-1/+1
|/
* Merge #7358Bundlerbot2019-09-172-2/+2
|\
| * Add missing changelog datemore_release_fixesDavid Rodríguez2019-09-151-1/+1
| * Fallback to `release:github` task when no version specifiedDavid Rodríguez2019-09-151-1/+1
* | Merge #7359Bundlerbot2019-09-1715-97/+79
|\ \ | |/ |/|
| * Rename requirement_checker to filtersspec_simplificationsDavid Rodríguez2019-09-153-41/+45
| * Migrate a couple of requires to be relativeDavid Rodríguez2019-09-152-2/+3
| * Remove unneded require and inclusionDavid Rodríguez2019-09-151-2/+0
| * Remove dead codeDavid Rodríguez2019-09-151-4/+0
| * Fail hard if activating dep deps failsDavid Rodríguez2019-09-151-1/+1
| * Fix warning when overriding versionDavid Rodríguez2019-09-151-1/+1
| * Remove unneeded travis_retryDavid Rodríguez2019-09-151-1/+1
| * Remove unnecessary outputDavid Rodríguez2019-09-151-1/+0
| * Add some debugging info to error messageDavid Rodríguez2019-09-151-1/+1