summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2019-08-21 23:46:46 +0900
committerTakayuki Nakata <f.seasons017@gmail.com>2019-08-21 23:46:46 +0900
commita86b49f1b9c49b9860cbad14e231f26245b54b0f (patch)
tree2a423576107a819a8ef25cc03ac82b3bceab269f /lib/bundler/cli
parent84b9238affcc6196aa0164fd48a8c77d537702d6 (diff)
downloadbundler-a86b49f1b9c49b9860cbad14e231f26245b54b0f.tar.gz
Fix comments and messages to refer to https url
Diffstat (limited to 'lib/bundler/cli')
-rw-r--r--lib/bundler/cli/gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb
index 5ae9ca4af8..d3e5831759 100644
--- a/lib/bundler/cli/gem.rb
+++ b/lib/bundler/cli/gem.rb
@@ -190,7 +190,7 @@ module Bundler
Bundler.ui.error "You have specified a gem name which does not conform to the \n" \
"naming guidelines for C extensions. For more information, \n" \
"see the 'Extension Naming' section at the following URL:\n" \
- "http://guides.rubygems.org/gems-with-extensions/\n"
+ "https://guides.rubygems.org/gems-with-extensions/\n"
exit 1
end