From 6f9faa66fa31a38f151503ae7f8cc8e70323f92f Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Sun, 9 Feb 2020 13:13:01 +1100 Subject: [rubygems/rubygems] update question text https://github.com/rubygems/rubygems/commit/f14c8a5ec2 --- lib/bundler/cli/gem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb index 8770a98198..af310a534c 100644 --- a/lib/bundler/cli/gem.rb +++ b/lib/bundler/cli/gem.rb @@ -277,7 +277,7 @@ module Bundler "* Circle CI: https://circleci.com/\n" \ "* Gitlab CI: https://docs.gitlab.com/ee/ci/\n\n" - result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate those test files now and " \ + result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate the CI configuration now and " \ "in the future. github/travis/gitlab/circle/(none):" if result =~ /github|travis|gitlab|circle/ ci_template = result -- cgit v1.2.3