From cce47b8ee2543895aa168bb7e5fd706672bb057b Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 31 May 2025 19:42:11 +0200 Subject: [PATCH] dev-ruby/shoulda-matchers: enable ruby34 Signed-off-by: Hans de Graaff --- dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild index 586d8352cbd0b..53a8f8f3a6fb9 100644 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-4.5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="none"