From: Hans de Graaff Date: Sat, 21 Oct 2017 09:54:23 +0000 (+0200) Subject: dev-ruby/rspec-expectations: require new enough rspec-core, fixing bug 634690 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ca10cf73e8cdc5cf731efbb5d1ab02f6a59d618e;p=gentoo.git dev-ruby/rspec-expectations: require new enough rspec-core, fixing bug 634690 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild index 40e76cbc5a9e..d481b7a76f11 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild @@ -25,7 +25,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" ruby_add_bdepend "test? ( - >=dev-ruby/rspec-core-2.11.0:2 + >=dev-ruby/rspec-core-2.99.0:2 >=dev-ruby/rspec-mocks-2.14.0:2 )"