summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-02-20 16:47:48 +0900
committergit <[email protected]>2024-02-21 03:30:22 +0000
commit08753f203707247d4172be147bc47dc1dd241053 (patch)
treea3982517b5f1c6b3953de88389d5f678344a1224 /lib/rubygems/commands
parenta605234bfa5567b72052c538730c4846e9028f5d (diff)
[rubygems/rubygems] Use https instead of http
https://github.com/rubygems/rubygems/commit/bcbe6f7b7a
Diffstat (limited to 'lib/rubygems/commands')
-rw-r--r--lib/rubygems/commands/help_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/commands/help_command.rb b/lib/rubygems/commands/help_command.rb
index 8994f1aa09..1619b152e7 100644
--- a/lib/rubygems/commands/help_command.rb
+++ b/lib/rubygems/commands/help_command.rb
@@ -59,7 +59,7 @@ multiple environments. The RubyGems implementation is designed to be
compatible with Bundler's Gemfile format. You can see additional
documentation on the format at:
- http://bundler.io
+ https://bundler.io
RubyGems automatically looks for these gem dependencies files:
@@ -172,7 +172,7 @@ and #platforms methods:
See the bundler Gemfile manual page for a list of platforms supported in a gem
dependencies file.:
- http://bundler.io/v1.6/man/gemfile.5.html
+ https://bundler.io/v2.5/man/gemfile.5.html
Ruby Version and Engine Dependency
==================================