summaryrefslogtreecommitdiff
path: root/spec/commands/outdated_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-311-1/+1
* Prefer `be_empty` to `eq("")`David Rodríguez2019-12-091-1/+1
* Rename "Locked" to "Current"David Rodríguez2019-10-121-51/+51
* Split --verbose option to a separate specDavid Rodríguez2019-10-121-2/+35
* Don't include table header when orderingDavid Rodríguez2019-10-121-0/+20
* Remove --pretty option and make it the defaultDavid Rodríguez2019-10-121-77/+141
* Tighten some expectationsDavid Rodríguez2019-10-121-5/+6
* Remove unnecessary expectationsDavid Rodríguez2019-10-121-2/+0
* Remove outdated headerDavid Rodríguez2019-10-121-2/+0
* Reword one specDavid Rodríguez2019-10-121-1/+1
* Fix outdated regression with groupless dependenciesfix_outdated_regressionDavid Rodríguez2019-09-271-0/+33
* Improve one spec descriptionDavid Rodríguez2019-09-271-1/+1
* Indentation fixesDavid Rodríguez2019-09-251-8/+8
* Move duplicated code to `before` blocksGuillermo Guerrero2019-07-241-24/+6
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-24/+24
* Merge #7063Bundlerbot2019-04-281-8/+12
|\
| * Small fix with plural.Guillermo Guerrero2019-04-281-8/+12
* | Move on to bundler 3David Rodríguez2019-04-111-1/+1
* | Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-2/+2
|/
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-3/+3
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-9/+9
* Rename --filter-dependencies to --only-explicit.Peter Retzlaff2018-06-041-2/+2
* Add spec for new --filter-dependencies flag.Peter Retzlaff2018-05-111-0/+27
* [Outdated] Support --group with the second group for a dependencyseg-outdated-second-groupSamuel Giddins2017-10-201-0/+11
* [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-131-6/+7
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+2
* Update the specs for the new :deployment settingSamuel Giddins2017-07-191-1/+1
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-2/+25
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-11/+11
|/
* [Outdated] Support running when gems are not yet installedSamuel Giddins2017-03-311-0/+15
* Fix failing spec. Use double quotesDennis Suratna2017-02-271-1/+1
* Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-271-0/+15
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Specs for multiple platform bug fix in outdated.chrismo2016-12-231-0/+27
* Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-5/+5
* filtered outdated msg shouldn't say 'up to date'chrismo2016-10-191-5/+5
* Enable cons updates in outdated and other fixes.chrismo2016-10-121-14/+174
* Better gem outdated list grouped by groups.Guillermo Guerrero2016-10-061-0/+114
* Only report same platform gem updates for `bundle outdated`James Wen2016-04-251-0/+14
* Fix `bundle outdated` with `--patch` and/or `--minor` forJames Wen2016-04-211-0/+6
* Allow `bundle outdated` to handle all combinations of `--major`,James Wen2016-03-271-0/+32
* Create shared examples for major, minor, patch version detection inJames Wen2016-03-261-46/+52
* Add `--patch` flag for `bundle outdated`James Wen2016-02-181-0/+18
* Fix `--minor` flag behavior for `bundle outdated`James Wen2016-02-181-14/+35
* Move 'bundle outdated' incorrect semantic versioning and ignore patchJames Wen2016-02-171-46/+51
* Add error with message/explanation for `bundle outdated` in a frozen stateJames Wen2016-02-151-0/+22
* Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-041-0/+37