summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-01-16 14:29:47 +0000
committertaca <taca@pkgsrc.org>2022-01-16 14:29:47 +0000
commit6192b45c012e2838da94d35f5bad0b403f96233b (patch)
treee7cb26fb0c5b2fb3425bd4dd001f28d2512a5045 /sysutils/ruby-chef
parent9cc7b85b39329af9fc9e42db3f4bc1da75686af6 (diff)
downloadpkgsrc-6192b45c012e2838da94d35f5bad0b403f96233b.tar.gz
Allow build with Ruby 3.1.
Diffstat (limited to 'sysutils/ruby-chef')
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index c654e467575..525cf7c44c7 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/01/06 10:30:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/16 14:29:47 taca Exp $
DISTNAME= chef-17.8.25
CATEGORIES= sysutils
@@ -41,7 +41,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-vault>=0.16<1:../../security/ruby-vault
USE_LANGUAGES= # none
-RUBY_VERSIONS_ACCEPTED= 27 30
+RUBY_VERSIONS_ACCEPTED= 27 30 31
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"