commit: 5065fa5e6ea06e547ff399cf5fa9fc47dc40937a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 06:27:47 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 06:31:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5065fa5e
dev-ruby/arel: add missing test dependency on concurrent-ruby
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-ruby/arel/arel-9.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/arel/arel-9.0.0.ebuild b/dev-ruby/arel/arel-9.0.0.ebuild
index 401dd33dbee..b66cb656c80 100644
--- a/dev-ruby/arel/arel-9.0.0.ebuild
+++ b/dev-ruby/arel/arel-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,6 +22,7 @@ IUSE=""
ruby_add_bdepend "
test? (
+ dev-ruby/concurrent-ruby:1
dev-ruby/test-unit:2
>=dev-ruby/minitest-5.4:5
)"