From a80a5706b1d6737b866a164ad672a80de669dec1 Mon Sep 17 00:00:00 2001 From: Frank Lam Date: Sat, 30 May 2020 11:30:01 +0800 Subject: [rubygems/rubygems] Remove extra whitespace https://github.com/rubygems/rubygems/commit/9986cd01fc --- lib/bundler/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 405f9e1ac2..07f35d5709 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -575,7 +575,7 @@ module Bundler method_option :rubocop, :type => :boolean, :desc => "Add rubocop to the generated Rakefile and gemspec. Set a default with `bundle config set gem.rubocop true`." method_option :test, :type => :string, :lazy_default => Bundler.settings["gem.test"] || "", :aliases => "-t", :banner => "Use the specified test framework for your library", :desc => "Generate a test directory for your library, either rspec, minitest or test-unit. Set a default with `bundle config set gem.test rspec`." - method_option :ci, :type => :string, :desc => "Generate CI configuration, either GitHub Actions, Travis CI, GitLab CI or CircleCI. Set a default with `bundle config set gem.ci (github|travis|gitlab|circle)`" + method_option :ci, :type => :string, :desc => "Generate CI configuration, either GitHub Actions, Travis CI, GitLab CI or CircleCI. Set a default with `bundle config set gem.ci (github|travis|gitlab|circle)`" def gem(name) end -- cgit v1.2.3