summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-24 06:11:34 +0000
committerSam James <sam@gentoo.org>2022-12-24 06:31:52 +0000
commit9170c10c635616ce28e1031461f76e74f4055798 (patch)
treea81766fc17728672074320a2b95cb292df5f1b08 /dev-ruby
parentdev-ruby/typhoeus: depend on older dev-ruby/ethon (diff)
downloadgentoo-9170c10c635616ce28e1031461f76e74f4055798.tar.gz
gentoo-9170c10c635616ce28e1031461f76e74f4055798.tar.bz2
gentoo-9170c10c635616ce28e1031461f76e74f4055798.zip
dev-ruby/faraday: add test deps to 1.3.1
Newer versions don't need these though. Closes: https://bugs.gentoo.org/738478 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/faraday/faraday-1.3.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ruby/faraday/faraday-1.3.1.ebuild b/dev-ruby/faraday/faraday-1.3.1.ebuild
index 18dce3a2497a..b746494a194f 100644
--- a/dev-ruby/faraday/faraday-1.3.1.ebuild
+++ b/dev-ruby/faraday/faraday-1.3.1.ebuild
@@ -34,7 +34,11 @@ ruby_add_rdepend "
ruby_add_bdepend "test? (
>=dev-ruby/test-unit-2.4
>=dev-ruby/connection_pool-2.2.2
+ >=dev-ruby/httpclient-2.2
+ >=dev-ruby/net-http-persistent-3.0
+ >=dev-ruby/patron-0.4.2
dev-ruby/rack
+ >=dev-ruby/rack-test-0.6
dev-ruby/webmock
)"