update gem typhoeus 0.4.2

This commit is contained in:
Movilla 2012-08-14 17:24:36 +02:00
parent f065ba624b
commit 6782babafd
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ gem 'acts-as-taggable-on', :git => "https://github.com/mbleigh/acts-as-taggable-
gem 'addressable', '~> 2.2', :require => 'addressable/uri' gem 'addressable', '~> 2.2', :require => 'addressable/uri'
gem 'http_accept_language', '~> 1.0.2' gem 'http_accept_language', '~> 1.0.2'
gem 'typhoeus' gem 'typhoeus', '~> 0.4.2'
# views # views

View file

@ -440,7 +440,7 @@ GEM
faraday (~> 0.7) faraday (~> 0.7)
multi_json (~> 1.0) multi_json (~> 1.0)
simple_oauth (~> 0.1) simple_oauth (~> 0.1)
typhoeus (0.3.3) typhoeus (0.4.2)
mime-types mime-types
tzinfo (0.3.33) tzinfo (0.3.33)
uglifier (1.2.4) uglifier (1.2.4)
@ -547,7 +547,7 @@ DEPENDENCIES
thin (~> 1.3.1) thin (~> 1.3.1)
timecop timecop
twitter (= 2.0.2) twitter (= 2.0.2)
typhoeus typhoeus (~> 0.4.2)
uglifier uglifier
unicorn (~> 4.3.0) unicorn (~> 4.3.0)
webmock (~> 1.7) webmock (~> 1.7)