dev-ruby/arel: add missing test dependency on concurrent-ruby

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Hans de Graaff
2018-01-10 07:27:47 +01:00
parent b9a6207f3a
commit 5065fa5e6e

View File

@@ -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
)"