commit: d5ac7582aa7af52f9755567a526c5f7af6f8bd9b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu May 1 05:04:12 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu May 1 05:04:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ac7582
dev-ruby/sshkit: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sshkit/sshkit-1.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sshkit/sshkit-1.24.0.ebuild b/dev-ruby/sshkit/sshkit-1.24.0.ebuild index b7cc5ea2e6cb..bc209c213ead 100644 --- a/dev-ruby/sshkit/sshkit-1.24.0.ebuild +++ b/dev-ruby/sshkit/sshkit-1.24.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" # There are functional tests that require docker containers to be set up. RUBY_FAKEGEM_TASK_TEST="test:units"
