lib/bundler/cli.rb in bundler-2.5.22 vs lib/bundler/cli.rb in bundler-2.5.23

- old
+ new

@@ -349,9 +349,10 @@ method_option "git", type: :string method_option "github", type: :string method_option "branch", type: :string method_option "ref", type: :string method_option "glob", type: :string, banner: "The location of a dependency's .gemspec, expanded within Ruby (single quotes recommended)" + method_option "quiet", type: :boolean, banner: "Only output warnings and errors." method_option "skip-install", type: :boolean, banner: "Adds gem to the Gemfile but does not install it" method_option "optimistic", type: :boolean, banner: "Adds optimistic declaration of version to gem" method_option "strict", type: :boolean, banner: "Adds strict declaration of version to gem" def add(*gems) require_relative "cli/add"