From bd7efcc2b3b4212a8e39da493a8a8d46c9a27433 Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 20 Jun 2024 22:43:16 +0000 Subject: [PATCH] Update ruby-module.5 for default Ruby version switch to 3.3 --- share/man/man5/ruby-module.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 00e1826ccc8..56174f00d2b 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.46 2023/12/27 23:46:42 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.47 2024/06/20 22:43:16 jeremy Exp $ .\" .\" Copyright (c) 2011-2015, 2023 Jeremy Evans .\" Copyright (c) 2008, 2011 Marc Espie @@ -25,7 +25,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: December 27 2023 $ +.Dd $Mdocdate: June 20 2024 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -75,11 +75,11 @@ to use the .Ev FLAVOR Ns \- instead of ruby\- as the package prefix. .Pp -The ports system defaults to using Ruby 3.2 if the version of Ruby is not +The ports system defaults to using Ruby 3.3 if the version of Ruby is not specified. To specify a version for a gem port, use a specific .Ev FLAVOR , -such as ruby33 to use Ruby 3.3. +such as ruby32 to use Ruby 3.2. To specify the Ruby version to use for a non Ruby-gem port, set .Ev MODRUBY_REV to 3.1, 3.2, or 3.3. -- 2.20.1