summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ruby.110
1 files changed, 9 insertions, 1 deletions
diff --git a/ruby.1 b/ruby.1
index c11fecc5f..6d0565da9 100644
--- a/ruby.1
+++ b/ruby.1
@@ -451,6 +451,14 @@ environment variable on calling Kernel#system.
This variable is obsolete.
.El
.Pp
+And Ruby depends on some RubyGems related environment variables unless disabled RubyGems.
+See the help of
+.Xr gem 1
+as bellow.
+.Bd -literal -offset indent
+% gem help
+.Ed
+.Pp
.Sh SEE ALSO
.Bl -hang -compact -width "http://www.ruby-lang.org/123"
.It http://www.ruby-lang.org
@@ -461,7 +469,7 @@ hosting many open source ruby projects.
Ruby Application Archive.
.El
.Pp
-.Sh BUGS
+.Sh REPORTING BUGS
.Bl -bullet
.Li Security vulnerabilities should be reported via an email to
.Aq security@ruby-lang.org Ns