summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
diff options
context:
space:
mode:
authorMartin Emde <martin.emde@gmail.com>2023-12-13 13:46:04 -0800
committergit <svn-admin@ruby-lang.org>2023-12-13 22:50:45 +0000
commitc1f4bfd41fa7e1fa23ef6803349ac009debdf61f (patch)
tree32608c55e25c89edbd31b7e78ec527798ae1ad51 /lib/bundler/cli.rb
parent5a0cbc934428b3babdce6f5d014c30afcb84e567 (diff)
[rubygems/rubygems] Revert "Merge pull request #7167 from nevinera/add-json-output-option-to-bundle-outdated"
This reverts commit https://github.com/rubygems/rubygems/commit/a4ac5116b8ea, reversing changes made to https://github.com/rubygems/rubygems/commit/8a6b180d0ae5. https://github.com/rubygems/rubygems/commit/a1efe4015d
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r--lib/bundler/cli.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index bf6e0fbec9..d93feb7b55 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -379,7 +379,6 @@ module Bundler
method_option "filter-minor", type: :boolean, banner: "Only list minor newer versions"
method_option "filter-patch", type: :boolean, banner: "Only list patch newer versions"
method_option "parseable", aliases: "--porcelain", type: :boolean, banner: "Use minimal formatting for more parseable output"
- method_option "json", type: :boolean, banner: "Produce parseable json output"
method_option "only-explicit", type: :boolean, banner: "Only list gems specified in your Gemfile, not their dependencies"
def outdated(*gems)
require_relative "cli/outdated"