summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/outdated.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Enable cons updates in outdated and other fixes.chrismo2016-10-121-9/+13
* Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-061-28/+71
* [Definition] Validate platform in addition to rubySamuel Giddins2016-08-251-1/+1
* Only report same platform gem updates for `bundle outdated`James Wen2016-04-251-2/+2
* Rename `active_spec` to `active_specs` for points in execution where itJames Wen2016-04-251-4/+4
* Fix `bundle outdated` with `--patch` and/or `--minor` forJames Wen2016-04-211-4/+9
* Allow `bundle outdated` to handle all combinations of `--major`,James Wen2016-03-271-4/+4
* [RuboCop] Update to 0.38.0seg-rubocop-0.38Samuel Giddins2016-03-091-3/+3
* Add `--patch` flag for `bundle outdated`James Wen2016-02-181-3/+11
* Fix `--minor` flag behavior for `bundle outdated`James Wen2016-02-181-10/+21
* Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-151-0/+14
* Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-041-9/+23
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* bundle outdated with major and minor optionsCirdes Henrique2016-01-291-0/+12
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-141-1/+1
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-4/+4
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* show groups in non-verbose mode, fix NoMethodErrorAndre Arko2015-05-031-1/+1
* Clean up parallel installerAndre Arko2015-04-011-4/+4
* Update outdated.rbStefan Lance2015-03-301-2/+2
* Make `outdated` output more "grepable"Stefan Lance2015-03-271-0/+7
* Revert "svn source support"Andre Arko2015-01-251-4/+4
* Refine completion messagesAndre Arko2014-11-281-1/+1
* svn source supportStefan Huber2014-04-221-4/+4
* DB: Better outdated --strict.David Blondeau2014-01-261-7/+5
* whitespace styleAndre Arko2014-01-261-0/+1
* Removed trailing whitespacesSmit Shah2014-01-081-1/+1
* Refactored open and fixed few failing specsSmit Shah2014-01-081-2/+4
* Use *args instead of argsSmit Shah2014-01-081-1/+1
* Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-081-0/+79