diff options
author | Mike Dalessio <[email protected]> | 2022-09-03 13:30:07 -0400 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-09-05 11:43:14 +0900 |
commit | 45fe7f757522ed7d1d3ec754da59d41d45dd6bab (patch) | |
tree | af6ca87db0b7f58269f4db1223c30871e30f6de2 /lib/bundler/cli.rb | |
parent | f7cf641469161c3770b58f79e08e312512212aa8 (diff) |
[rubygems/rubygems] Feature: `bundle add` supports `--path` option
https://github.com/rubygems/rubygems/commit/32bee01fbe
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r-- | lib/bundler/cli.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |