commit: e4d7f15536c494b5d340f1597dd35505722f7764 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 08:06:03 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 14 08:12:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d7f155
dev-ruby/sshkit: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sshkit/sshkit-1.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sshkit/sshkit-1.22.0.ebuild b/dev-ruby/sshkit/sshkit-1.22.0.ebuild index e5a34a057ff2..9e852befa916 100644 --- a/dev-ruby/sshkit/sshkit-1.22.0.ebuild +++ b/dev-ruby/sshkit/sshkit-1.22.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" # There are functional tests that require vagrant boxes to be set up. RUBY_FAKEGEM_TASK_TEST="test:units"
