summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-10-21 11:54:23 +0200
committerHans de Graaff <graaff@gentoo.org>2017-10-21 11:54:23 +0200
commitca10cf73e8cdc5cf731efbb5d1ab02f6a59d618e (patch)
treeaf44a048408d655d8e329a969ede9b6d60a0dc15 /dev-ruby
parentdev-perl/Filesys-DiskSpace: Disable fail-happy VFAT test (diff)
downloadgentoo-ca10cf73e8cdc5cf731efbb5d1ab02f6a59d618e.tar.gz
gentoo-ca10cf73e8cdc5cf731efbb5d1ab02f6a59d618e.tar.bz2
gentoo-ca10cf73e8cdc5cf731efbb5d1ab02f6a59d618e.zip
dev-ruby/rspec-expectations: require new enough rspec-core, fixing bug 634690
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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
)"