diff options
author | 2023-07-08 12:33:08 +0200 | |
---|---|---|
committer | 2023-07-08 16:09:16 +0200 | |
commit | a91565e64a1f72be4ec097da83fbfb02ee193741 (patch) | |
tree | 379ec27db8bb36d5f806086755bb40b5a76ccfeb /dev-ruby/shoulda-context | |
parent | dev-ruby/actiontext: require sqlite with activerecord (diff) | |
download | gentoo-a91565e64a1f72be4ec097da83fbfb02ee193741.tar.gz gentoo-a91565e64a1f72be4ec097da83fbfb02ee193741.tar.bz2 gentoo-a91565e64a1f72be4ec097da83fbfb02ee193741.zip |
dev-ruby/shoulda-context: require a new enough mocha version
Closes: https://bugs.gentoo.org/910054
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/shoulda-context')
-rw-r--r-- | dev-ruby/shoulda-context/shoulda-context-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/shoulda-context/shoulda-context-2.0.0.ebuild b/dev-ruby/shoulda-context/shoulda-context-2.0.0.ebuild index f4025618e223..618d3d201d98 100644 --- a/dev-ruby/shoulda-context/shoulda-context-2.0.0.ebuild +++ b/dev-ruby/shoulda-context/shoulda-context-2.0.0.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc test" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 - dev-ruby/mocha )" + >=dev-ruby/mocha-1.0 )" all_ruby_prepare() { sed -e '/\(current_bundle\|CurrentBundle\)/ s:^:#:' \ |