Fix rspec-core dependency of mutant-rspec to accept 3.0.x
This commit is contained in:
parent
35c4859c1e
commit
2ad980dbe5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue