Fix rspec-core dependency of mutant-rspec to accept 3.0.x

This commit is contained in:
Markus Schirp 2014-07-12 15:55:17 +00:00
parent 35c4859c1e
commit 2ad980dbe5

View file

@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = %w[TODO LICENSE]
gem.add_runtime_dependency('mutant', "~> #{gem.version}")
gem.add_runtime_dependency('rspec-core', '>= 2.14.1', '<= 3.0.0')
gem.add_runtime_dependency('rspec-core', '>= 2.14.1', '< 3.1.0')
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end