Allow rspec-3.0.0
This commit is contained in:
parent
d21f4ae5fb
commit
add0655f56
2 changed files with 3 additions and 3 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.rc1')
|
||||
gem.add_runtime_dependency('rspec-core', '>= 2.14.1', '<= 3.0.0')
|
||||
|
||||
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'rspec', '~> 3.0.0.rc1'
|
||||
gem 'rspec-core', '~> 3.0.0.rc1'
|
||||
gem 'rspec', '~> 3.0.0'
|
||||
gem 'rspec-core', '~> 3.0.0'
|
||||
gem 'mutant', path: '../'
|
||||
gem 'mutant-rspec', path: '../'
|
||||
|
|
Loading…
Add table
Reference in a new issue