From b221d8e07696829cbcd97ff1896f40ccfecf7f07 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 18 Jan 2026 10:57:17 +0100 Subject: [PATCH] dev-ruby/connection_pool: enable ruby40 Signed-off-by: Hans de Graaff --- dev-ruby/connection_pool/connection_pool-3.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/connection_pool/connection_pool-3.0.2-r1.ebuild b/dev-ruby/connection_pool/connection_pool-3.0.2-r1.ebuild index 62f5e13c4cb09..0d9fa648ce926 100644 --- a/dev-ruby/connection_pool/connection_pool-3.0.2-r1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-3.0.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_GEMSPEC="connection_pool.gemspec" RUBY_FAKEGEM_RECIPE_TEST="rake" @@ -25,6 +25,6 @@ ruby_add_bdepend "test? ( dev-ruby/maxitest >=dev-ruby/minitest-5 )" all_ruby_prepare() { sed -i -e '/git ls-files/d' connection_pool.gemspec || die - sed -i -e '/\(bundler\|standard\|benchmark-ips\)/ s:^:#:' Gemfile Rakefile || die + sed -i -e '/\(bundler\|standard\|simplecov\|benchmark-ips\)/ s:^:#:' Gemfile Rakefile || die sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb || die }