Skip to content

Commit

Permalink
Upgraded dev dependencies: Typhoeus to 0.3.0 and HTTPClient to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Jan 22, 2012
1 parent a56577e commit 0c17403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |s|
s.add_dependency 'crack', '>=0.1.7'

s.add_development_dependency 'rspec', '>= 2.0.0'
s.add_development_dependency 'httpclient', '>= 2.1.5.2'
s.add_development_dependency 'httpclient', '>= 2.2.4'
s.add_development_dependency 'patron', '>= 0.4.17'
s.add_development_dependency 'em-http-request', '~> 0.3.0'
s.add_development_dependency 'curb', '0.7.15'
s.add_development_dependency 'typhoeus', '>= 0.2.4'
s.add_development_dependency 'typhoeus', '>= 0.3.0'
s.add_development_dependency 'minitest', '>= 2.2.2'
s.add_development_dependency 'rdoc', ((RUBY_VERSION == '1.8.6') ? '<= 3.5.0' : '>3.5.0')

Expand Down

0 comments on commit 0c17403

Please sign in to comment.