diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 21:33:13 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 21:33:13 +0100 |
commit | c06cf15ddf220edc383cbd727c1be09eff9ba610 (patch) | |
tree | 0aa468b44016001ffc1d9d27de2958cd30183217 /dev-ruby/connection_pool | |
parent | dev-ruby/connection_pool: drop 2.3.0, 2.4.0 (diff) | |
download | gentoo-c06cf15ddf220edc383cbd727c1be09eff9ba610.tar.gz gentoo-c06cf15ddf220edc383cbd727c1be09eff9ba610.tar.bz2 gentoo-c06cf15ddf220edc383cbd727c1be09eff9ba610.zip |
dev-ruby/connection_pool: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild index 5072116c38b6..1afc72a959b8 100644 --- a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_GEMSPEC="connection_pool.gemspec" RUBY_FAKEGEM_RECIPE_TEST="rake" |