dev-ruby/connection_pool: enable ruby40

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2026-01-18 10:57:17 +01:00
parent 38fe954591
commit b221d8e076

View File

@@ -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
}