Depend on rspec-core instead rspec
* rspec pulls to much deps.
This commit is contained in:
parent
6e598c9839
commit
05254e5344
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.extra_rdoc_files = %w[TODO LICENSE]
|
||||||
|
|
||||||
gem.add_runtime_dependency('mutant', "~> #{gem.version}")
|
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')
|
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue