diff options
author | 2024-11-29 10:56:18 +0100 | |
---|---|---|
committer | 2024-11-29 10:56:59 +0100 | |
commit | fea01fcdc3bea81627e8e4f4fb52f4f0d8bb43cd (patch) | |
tree | d07742e2b19372e9d1be68184d08d48693a82867 | |
parent | app-office/onlyoffice-bin: add 8.2.2 (diff) | |
download | gentoo-fea01fcdc3bea81627e8e4f4fb52f4f0d8bb43cd.tar.gz gentoo-fea01fcdc3bea81627e8e4f4fb52f4f0d8bb43cd.tar.bz2 gentoo-fea01fcdc3bea81627e8e4f4fb52f4f0d8bb43cd.zip |
dev-ruby/oauth2: add missing test dependency
Closes: https://bugs.gentoo.org/944843
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/oauth2/oauth2-2.0.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 )" |