summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-07-10 05:52:03 +0200
committerHans de Graaff <graaff@gentoo.org>2025-07-10 06:06:30 +0200
commitcb20a2e94d0b50b55e55a7061aa5215ab7812764 (patch)
tree5f2f6acf6c56aaac160a355da97a4ac4a30a102d
parent90e7cf1d59585423c93a071a460700690f057369 (diff)
downloadgentoo-cb20a2e94d0b50b55e55a7061aa5215ab7812764.tar.gz
gentoo-cb20a2e94d0b50b55e55a7061aa5215ab7812764.tar.bz2
gentoo-cb20a2e94d0b50b55e55a7061aa5215ab7812764.zip
dev-ruby/dry-core: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/dry-core/dry-core-1.1.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/dry-core/dry-core-1.1.0.ebuild b/dev-ruby/dry-core/dry-core-1.1.0.ebuild
index 2352c7017c06..f15aa6a4a533 100644
--- a/dev-ruby/dry-core/dry-core-1.1.0.ebuild
+++ b/dev-ruby/dry-core/dry-core-1.1.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+
+USE_RUBY="ruby32 ruby33 ruby34"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_RECIPE_TEST="rspec3"