diff options
| author | Peter Retzlaff <peter@playtestcloud.com> | 2018-06-04 11:51:20 +0200 |
|---|---|---|
| committer | Peter Retzlaff <peter@playtestcloud.com> | 2018-06-04 11:51:20 +0200 |
| commit | 7dfae8427218e4015c714251a6dec0fa6a73a77b (patch) | |
| tree | 1ab8eddf2113f1f368af8c0427f3e90dbf9c3742 /lib/bundler/cli/outdated.rb | |
| parent | e053bd94975b27619dc67ceaeda9d27089f7acb8 (diff) | |
| download | bundler-7dfae8427218e4015c714251a6dec0fa6a73a77b.tar.gz | |
Rename --filter-dependencies to --only-explicit.
Diffstat (limited to 'lib/bundler/cli/outdated.rb')
| -rw-r--r-- | lib/bundler/cli/outdated.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb index 8dc7e4bfcd..6cbb3452cb 100644 --- a/lib/bundler/cli/outdated.rb +++ b/lib/bundler/cli/outdated.rb @@ -66,7 +66,7 @@ module Bundler current_dependencies.key? spec.name end - specs = if options["filter-dependencies"] + specs = if options["only-explicit"] gemfile_specs else gemfile_specs + dependency_specs |
