From efded7d361f7eaf7189e94fda767e1f41b9b5ae8 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 15 Apr 2019 06:11:32 +0000 Subject: *: remove references to ruby 2.3 --- pkgtools/pkglint/files/pkglint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgtools/pkglint/files') diff --git a/pkgtools/pkglint/files/pkglint_test.go b/pkgtools/pkglint/files/pkglint_test.go index 3c65353d554..8dee31aeea5 100644 --- a/pkgtools/pkglint/files/pkglint_test.go +++ b/pkgtools/pkglint/files/pkglint_test.go @@ -1034,7 +1034,7 @@ func (s *Suite) Test_Pkglint_checkdirPackage__filename_with_variable(c *check.C) pkg := t.SetUpPackage("category/package", ".include \"../../mk/bsd.prefs.mk\"", "", - "RUBY_VERSIONS_ACCEPTED=\t22 23 24 25", // As of 2018. + "RUBY_VERSIONS_ACCEPTED=\t22 24 25 26", // As of 2018. ".for rv in ${RUBY_VERSIONS_ACCEPTED}", "RUBY_VER?=\t\t${rv}", ".endfor", -- cgit v1.2.3