commit: fb98c150ed20a05c53d8502ba1125b3bf9e9b00d Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 07:37:45 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 07:39:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb98c150
www-servers/puma: fix tests Remove obsolete rack/handler require. Closes: https://bugs.gentoo.org/948506 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-servers/puma/puma-6.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-servers/puma/puma-6.5.0.ebuild b/www-servers/puma/puma-6.5.0.ebuild index 065bf98cd467..4a2c29cf0199 100644 --- a/www-servers/puma/puma-6.5.0.ebuild +++ b/www-servers/puma/puma-6.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby32 ruby33" RUBY_FAKEGEM_GEMSPEC="puma.gemspec" @@ -38,7 +38,6 @@ ruby_add_rdepend "dev-ruby/nio4r:2" all_ruby_prepare() { sed -e '/\(pride\|prove\|stub_const\)/ s:^:#:' \ -e '/require_relative.*verbose/ s:^:#:' \ - -e '/securerandom/arequire "rack/handler"' \ -i test/helper.rb || die # Avoid tests failing inconsistently
