Allow rspec-3.0.0

This commit is contained in:
Markus Schirp 2014-06-07 13:06:20 +00:00
parent d21f4ae5fb
commit add0655f56
2 changed files with 3 additions and 3 deletions

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.rc1')
gem.add_runtime_dependency('rspec-core', '>= 2.14.1', '<= 3.0.0')
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end

View file

@ -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: '../'