commit:     fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 04:26:34 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May  7 04:31:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe756bf1

dev-ruby/oauth2: add missing test dep

Closes: https://bugs.gentoo.org/721168
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/oauth2/oauth2-1.4.4.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/oauth2/oauth2-1.4.4.ebuild 
b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
index 97bbd0773f1..50da772debc 100644
--- a/dev-ruby/oauth2/oauth2-1.4.4.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
@@ -28,7 +28,11 @@ ruby_add_rdepend ">=dev-ruby/faraday-0.8 
<dev-ruby/faraday-2.0
        >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
        >=dev-ruby/multi_xml-0.5:0
        >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*"
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/rspec-stubbed_env )"
+ruby_add_bdepend "test? (
+       >=dev-ruby/addressable-2.3
+       dev-ruby/rspec:3
+       dev-ruby/rspec-stubbed_env
+)"
 
 all_ruby_prepare() {
        sed -i -e '/simplecov/,/^  end/ s:^:#:' \

Reply via email to