Update to rspec-3.1.0

This commit is contained in:
Markus Schirp 2014-09-17 18:02:58 +00:00
parent 018a6bc8a5
commit 50057aa2aa
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
group :development do
gem 'rake', '~> 10.3.2'
gem 'rspec', '~> 3.0.0'
gem 'rspec', '~> 3.1.0'
gem 'rspec-its', '~> 1.0.1'
gem 'yard', '~> 0.8.7.4'

View file

@ -1,3 +1,3 @@
---
threshold: 18
total_score: 1098
total_score: 1105

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