diff options
author | wiz <wiz@pkgsrc.org> | 2019-04-15 06:11:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-04-15 06:11:32 +0000 |
commit | efded7d361f7eaf7189e94fda767e1f41b9b5ae8 (patch) | |
tree | cb6347afaad378266a8e9f3985193a0d3ae08055 /pkgtools/pkglint/files | |
parent | 9317129d5703256f7b8d7745235b300873c9bc62 (diff) | |
download | pkgsrc-efded7d361f7eaf7189e94fda767e1f41b9b5ae8.tar.gz |
*: remove references to ruby 2.3
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r-- | pkgtools/pkglint/files/pkglint_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |