dev-ruby/rspec-support: update rspec dependency
authorHans de Graaff <graaff@gentoo.org>
Fri, 20 Jul 2018 05:45:08 +0000 (07:45 +0200)
committerHans de Graaff <graaff@gentoo.org>
Fri, 20 Jul 2018 05:45:51 +0000 (07:45 +0200)
This version needs rspec 3.6 installed. Unfortunately this introduces
a circular dependency with FEATURES=test.

https://bugs.gentoo.org/653730

Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-ruby/rspec-support/rspec-support-3.6.0.ebuild

index dcc0c476ae98e430125c0fec06f1f33a541980da..14e8867ee253882258b2b9190f88bf8d2cf93e62 100644 (file)
@@ -22,7 +22,7 @@ SLOT="3"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.5.0:3 dev-ruby/thread_order )"
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.6.0:3 dev-ruby/thread_order )"
 
 all_ruby_prepare() {
        sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die