update gem typhoeus 0.4.2
This commit is contained in:
parent
f065ba624b
commit
6782babafd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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 'http_accept_language', '~> 1.0.2'
|
||||
gem 'typhoeus'
|
||||
gem 'typhoeus', '~> 0.4.2'
|
||||
|
||||
# views
|
||||
|
||||
|
|
|
|||
|
|
@ -440,7 +440,7 @@ GEM
|
|||
faraday (~> 0.7)
|
||||
multi_json (~> 1.0)
|
||||
simple_oauth (~> 0.1)
|
||||
typhoeus (0.3.3)
|
||||
typhoeus (0.4.2)
|
||||
mime-types
|
||||
tzinfo (0.3.33)
|
||||
uglifier (1.2.4)
|
||||
|
|
@ -547,7 +547,7 @@ DEPENDENCIES
|
|||
thin (~> 1.3.1)
|
||||
timecop
|
||||
twitter (= 2.0.2)
|
||||
typhoeus
|
||||
typhoeus (~> 0.4.2)
|
||||
uglifier
|
||||
unicorn (~> 4.3.0)
|
||||
webmock (~> 1.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue