commit: fea01fcdc3bea81627e8e4f4fb52f4f0d8bb43cd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 09:56:18 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 09:56:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea01fcd
dev-ruby/oauth2: add missing test dependency Closes: https://bugs.gentoo.org/944843 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/oauth2/oauth2-2.0.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/oauth2/oauth2-2.0.9.ebuild b/dev-ruby/oauth2/oauth2-2.0.9.ebuild index f6dad2a18743..1a996608b6b1 100644 --- a/dev-ruby/oauth2/oauth2-2.0.9.ebuild +++ b/dev-ruby/oauth2/oauth2-2.0.9.ebuild @@ -38,6 +38,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/backports-3 >=dev-ruby/rexml-3.2:3 dev-ruby/rspec:3 + dev-ruby/rspec-block_is_expected dev-ruby/rspec-pending_for dev-ruby/rspec-stubbed_env )"
