Skip to content

Commit

Permalink
Set rspec version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed Dec 27, 2013
1 parent a1afa34 commit 81683cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsule_crm.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('guard-bundler')
gem.add_development_dependency('guard-rspec')
gem.add_development_dependency('rb-fsevent')
gem.add_development_dependency('rspec')
gem.add_development_dependency('rspec', '~> 2.14.0')
gem.add_development_dependency('shoulda-matchers')
gem.add_development_dependency('webmock')
end

0 comments on commit 81683cd

Please sign in to comment.