Skip to content

Commit

Permalink
Update patron and curb dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 29, 2011
1 parent 29e99aa commit 1a5a770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -4,9 +4,9 @@ gemspec
group :development do
# patron and em-http-request can't install on JRuby, so we have to limit their platform here.
platforms :ruby do
gem 'patron', '0.4.9'
gem 'patron', '~> 0.4.15'
gem 'em-http-request', '~> 0.3.0'
gem 'curb', '0.7.8'
gem 'curb', '~> 0.7.15'
gem 'typhoeus', '~> 0.2.1'
end

Expand Down
4 changes: 2 additions & 2 deletions vcr.gemspec
Expand Up @@ -48,9 +48,9 @@ Gem::Specification.new do |s|
end unless RUBY_VERSION == '1.8.6'

{
'patron' => '0.4.9',
'patron' => '~> 0.4.15',
'em-http-request' => '~> 0.3.0',
'curb' => '0.7.8',
'curb' => '~> 0.7.15',
'typhoeus' => '~> 0.2.1'
}.each do |lib, version|
s.add_development_dependency lib, version
Expand Down

0 comments on commit 1a5a770

Please sign in to comment.