[rubygems/rubygems] update question text

f14c8a5ec2
This commit is contained in:
Colby Swandale 2020-02-09 13:13:01 +11:00 committed by Hiroshi SHIBATA
parent cc059b16b2
commit 6f9faa66fa
Notes: git 2020-06-18 19:15:16 +09:00

View file

@ -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