Skip to content

Commit

Permalink
Require RSpec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Oct 23, 2015
1 parent 6d90ae9 commit 4749c8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions musical_spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Gem::Specification.new do |gem|
gem.version = MusicalSpec::VERSION

gem.add_dependency('bloopsaphone', '~> 0.4')
gem.add_dependency('rspec-core', '~> 2.0')
gem.add_dependency('rspec-core', '~> 3.0')

gem.add_development_dependency('rspec', '~> 2.0')
gem.add_development_dependency('bourne', '~> 1.0')
gem.add_development_dependency('rspec', '~> 3.0')
end

0 comments on commit 4749c8a

Please sign in to comment.