Depend on rspec-core instead rspec

* rspec pulls to much deps.
This commit is contained in:
Markus Schirp 2014-02-17 00:06:27 +01:00
parent 6e598c9839
commit 05254e5344

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