Skip to content

Commit

Permalink
use latest stable Rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfreeman committed Mar 19, 2014
1 parent 09fb997 commit 6b09132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency('rubysl') if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'

s.add_development_dependency 'rake', '~> 0.9.0'
s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'fakeweb', '~> 1.3.0'
s.add_development_dependency 'rack', '~> 1.3.0'

Expand Down

0 comments on commit 6b09132

Please sign in to comment.