Skip to content

Commit

Permalink
Allow rspec-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Jun 7, 2014
1 parent d21f4ae commit add0655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mutant-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions test_app/Gemfile.rspec3
Original file line number Diff line number Diff line change
@@ -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: '../'

0 comments on commit add0655

Please sign in to comment.