summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/outdated.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename outdated_gems_listDavid Rodríguez2019-10-121-8/+8
* Make hash alignment style more diff-friendlyDavid Rodríguez2019-10-121-4/+6
* Extract table header to a methodDavid Rodríguez2019-10-121-4/+7
* Improve readability of outdatedTodd Lynam2019-10-121-0/+33
* Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-271-5/+5
* Remove unnecessary `outdated_gems_by_groups`refactor_outdatedDavid Rodríguez2019-09-251-6/+2
* 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
* Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-261-2/+0
* Add exclamation mark to methodDavid Rodríguez2019-07-241-2/+2
* Move `strict` to an attributeDavid Rodríguez2019-07-241-8/+8
* Extract some methodsDavid Rodríguez2019-07-241-19/+31
* Unfold message to single line for readabilityDavid Rodríguez2019-07-241-2/+1
* Extract a `print_gems` methodGuillermo Guerrero2019-07-241-16/+13
* Less complexityGuillermo Guerrero2019-07-241-15/+8
* Move more locals to attributesDavid Rodríguez2019-07-241-10/+11
* Move `any?` logic to the attributeDavid Rodríguez2019-07-241-5/+3
* Move `options_include_groups` to an attributeDavid Rodríguez2019-07-241-5/+5
* Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-0/+2
* Small fix with plural.Guillermo Guerrero2019-04-281-2/+6
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Rename --filter-dependencies to --only-explicit.Peter Retzlaff2018-06-041-1/+1
* Add new option --filter-dependencies to 'bundler outdated'.Peter Retzlaff2018-05-111-1/+7
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-1/+1
* [Outdated] Support --group with the second group for a dependencyseg-outdated-second-groupSamuel Giddins2017-10-201-1/+1
* [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-131-1/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-2/+0
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-6/+12
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* [Outdated] Stop printing “from” messages in random placesseg-outdated-new-machineSamuel Giddins2017-03-311-17/+15
* [Outdated] Support running when gems are not yet installedSamuel Giddins2017-03-311-1/+1
* Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-271-2/+1
* Improve and fixed guide style code.Guillermo Guerrero2016-11-151-43/+91
* Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-4/+4
* Fix `outdated` listing regression from cc355865Lucas Mazza2016-10-281-2/+2
* filtered outdated msg shouldn't say 'up to date'chrismo2016-10-191-1/+13