diff options
author | 2020-11-17 03:23:32 +0000 | |
---|---|---|
committer | 2020-11-17 03:23:32 +0000 | |
commit | 3b43a8fbfc4b8aa6b9f5b1b8dfbb6f861439d7dc (patch) | |
tree | ee533e95f35b714d89113dd31d4f80c52239242b /share/man/man5 | |
parent | Convert fusefs_sysctl to sysctl_bounded_args (diff) | |
download | wireguard-openbsd-3b43a8fbfc4b8aa6b9f5b1b8dfbb6f861439d7dc.tar.xz wireguard-openbsd-3b43a8fbfc4b8aa6b9f5b1b8dfbb6f861439d7dc.zip |
Update ruby-module.5 for change in default Ruby version
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index fef657ed4c3..9a3c6d4bb31 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.29 2020/10/05 16:36:49 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.30 2020/11/17 03:23:32 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 5 2020 $ +.Dd $Mdocdate: November 17 2020 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -114,7 +114,7 @@ testrb binaries for the related ruby implementation. and .Ev MODRUBY_BIN_RSPEC are the path to the spec (rspec 1) and -rspec (rspec 2 and 3) binaries for the related ruby implementation. +rspec (rspec 3) binaries for the related ruby implementation. .Pp .Ev MODRUBY_RUBY_ADJ is a command that takes filename arguments and replaces @@ -195,11 +195,11 @@ is necessary so that if a ruby x.y package is being built for the current port, it depends on the ruby x.y package of the dependencies. .Pp -The ports system defaults to using ruby 2.6 if the version of ruby is not +The ports system defaults to using ruby 2.7 if the version of ruby is not specified. If you want to specify a version for a gem port, use a specific .Ev FLAVOR , -such as ruby27 to use ruby 2.7. +such as ruby26 to use ruby 2.6. If you want to specify a version for a non-gem port, set .Ev MODRUBY_REV for the version of ruby you want to use (2.6, 2.7, jruby). |