dev-ruby/octokit: fix vcr dependency

octokit uses vcr casettes in JSON format, but this
requires additional dependencies on the vcr side.

Closes: https://bugs.gentoo.org/729484
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2020-06-26 14:41:51 +02:00
parent 3e468f21b9
commit d472f0aec6

View File

@@ -31,7 +31,7 @@ ruby_add_bdepend "test? (
dev-ruby/jwt
dev-ruby/mime-types
>=dev-ruby/netrc-0.7.7
dev-ruby/vcr:3
dev-ruby/vcr:3[json]
dev-ruby/webmock:3 )"
all_ruby_prepare() {