From 45fe7f757522ed7d1d3ec754da59d41d45dd6bab Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 3 Sep 2022 13:30:07 -0400 Subject: [rubygems/rubygems] Feature: `bundle add` supports `--path` option https://github.com/rubygems/rubygems/commit/32bee01fbe --- lib/bundler/cli.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bundler/cli.rb') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 5bf0f4fa3a..4f969b17bf 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -372,6 +372,7 @@ module Bundler method_option "group", :aliases => "-g", :type => :string method_option "source", :aliases => "-s", :type => :string method_option "require", :aliases => "-r", :type => :string, :banner => "Adds require path to gem. Provide false, or a path as a string." + method_option "path", :type => :string method_option "git", :type => :string method_option "github", :type => :string method_option "branch", :type => :string -- cgit v1.2.3