commit: a426a9ee03d878fd2a6459bf5fe9e1f0f46894df Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 18:49:07 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 18:49:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a426a9ee
dev-ruby/rspec-core: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rspec-core/rspec-core-3.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspec-core/rspec-core-3.13.3.ebuild b/dev-ruby/rspec-core/rspec-core-3.13.3.ebuild index 054b838516e2..b92dd069520c 100644 --- a/dev-ruby/rspec-core/rspec-core-3.13.3.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.13.3.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" RUBY_FAKEGEM_TASK_TEST="none"
