summaryrefslogtreecommitdiff
path: root/dev-ruby/json/json-2.7.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/json/json-2.7.1-r1.ebuild')
-rw-r--r--dev-ruby/json/json-2.7.1-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ruby/json/json-2.7.1-r1.ebuild b/dev-ruby/json/json-2.7.1-r1.ebuild
index 178fac808b33..e35c42b886fe 100644
--- a/dev-ruby/json/json-2.7.1-r1.ebuild
+++ b/dev-ruby/json/json-2.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,10 @@ DEPEND="${DEPEND}
ruby_add_bdepend "dev-ruby/rake
doc? ( dev-ruby/rdoc )
- test? ( dev-ruby/test-unit:2 )"
+ test? (
+ dev-ruby/test-unit:2
+ dev-ruby/test-unit-ruby-core
+ )"
all_ruby_prepare() {
# Avoid building the extension twice!