commit: b9dd2010106861657a49fcea8174c267bb52de48 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jan 13 19:41:46 2026 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jan 13 19:50:35 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dd2010
dev-ruby/rspec-memory: enable ruby40 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rspec-memory/rspec-memory-1.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspec-memory/rspec-memory-1.0.4.ebuild b/dev-ruby/rspec-memory/rspec-memory-1.0.4.ebuild index 5515d187c87b..b14dcd4235ca 100644 --- a/dev-ruby/rspec-memory/rspec-memory-1.0.4.ebuild +++ b/dev-ruby/rspec-memory/rspec-memory-1.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="readme.md"
