From 38fa8eb4cbdc3c470a1ff5521a5ee6932356c6b1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 21 Feb 2023 18:53:57 +0900 Subject: Merge rubygems/bundler master Pick from https://github.com/rubygems/rubygems/commit/e9304aed7e43308b99e70c2f7b92028315fee8a5 --- 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 ee73bdb506..a3eb494db2 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -156,6 +156,7 @@ module Bundler dependency listed in the gemspec file to the newly created Gemfile. D method_option "gemspec", :type => :string, :banner => "Use the specified .gemspec to create the Gemfile" + method_option "gemfile", :type => :string, :banner => "Use the specified name for the gemfile instead of 'Gemfile'" def init require_relative "cli/init" Init.new(options.dup).run -- cgit v1.2.3