commit: a4aefb906e81981b1ddc5afdf9484757440a098b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 00:31:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 01:50:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4aefb90
dev-ruby/i18n: tweak mocha test dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/i18n/i18n-1.12.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/i18n/i18n-1.12.0.ebuild b/dev-ruby/i18n/i18n-1.12.0.ebuild
index a4b46aeb30eb..4a4ce6d49acf 100644
--- a/dev-ruby/i18n/i18n-1.12.0.ebuild
+++ b/dev-ruby/i18n/i18n-1.12.0.ebuild
@@ -22,11 +22,12 @@ IUSE=""
ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+# We need mocha:1.0 which corresponds to the Gemfiles used in each_ruby_test
ruby_add_bdepend "test? (
>=dev-ruby/activesupport-5.1
dev-ruby/bundler
>=dev-ruby/minitest-5.14:5
- >=dev-ruby/mocha-1.7.0
+ >=dev-ruby/mocha-1.7.0:1.0
dev-ruby/test_declarative )"
all_ruby_prepare() {