Skip to content

Commit 086fa3e

Browse files
committed
Depend on the first beta release of rspec-expectations
1 parent 0104f0f commit 086fa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-collection_matchers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(spec|features)/})
1919
spec.require_paths = ["lib"]
2020

21-
spec.add_runtime_dependency "rspec-expectations", ">= 2.99.0.pre"
21+
spec.add_runtime_dependency "rspec-expectations", ">= 2.99.0.beta1"
2222

2323
spec.add_development_dependency "bundler", "~> 1.3"
2424
end

0 commit comments

Comments
 (0)