commit:     b221d8e07696829cbcd97ff1896f40ccfecf7f07
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 09:57:17 2026 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 16:52:36 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b221d8e0

dev-ruby/connection_pool: enable ruby40

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 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 62f5e13c4cb0..0d9fa648ce92 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
 }

Reply via email to