Navigation Menu

Skip to content

Commit

Permalink
don't test with Typhoeus v0.4.x
Browse files Browse the repository at this point in the history
Typhoeus 0.4.0 broke the ability to send PATCH requests with body.

See typhoeus/typhoeus#171 (comment)
  • Loading branch information
mislav committed Jun 14, 2012
1 parent dfc704d commit 47af24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -16,7 +16,7 @@ end

platforms :ruby do
gem 'patron', '~> 0.4', '> 0.4.1'
gem 'typhoeus', '~> 0.3', '> 0.3.2'
gem 'typhoeus', '~> 0.3.3'
end

platforms :jruby do
Expand Down

0 comments on commit 47af24c

Please sign in to comment.