mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
[rubygems/rubygems] util/rubocop -A --only Lint/RedundantStringCoercion
58e4885493
This commit is contained in:
parent
05208c3875
commit
eb80f51c6d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Gem::Commands::SourcesCommand < Gem::Command
|
|||
def check_typo_squatting(source)
|
||||
if source.typo_squatting?("rubygems.org")
|
||||
question = <<-QUESTION.chomp
|
||||
#{source.uri.to_s} is too similar to https://rubygems.org
|
||||
#{source.uri} is too similar to https://rubygems.org
|
||||
|
||||
Do you want to add this source?
|
||||
QUESTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue