updating typhoeus as it seemed to break inter pod communication
This commit is contained in:
parent
fb909fcb48
commit
67ee4b6a95
2 changed files with 4 additions and 5 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', '~> 0.4.2'
|
||||
gem 'typhoeus', '~> 0.3.3'
|
||||
|
||||
# views
|
||||
|
||||
|
|
|
|||
|
|
@ -440,9 +440,8 @@ GEM
|
|||
faraday (~> 0.7)
|
||||
multi_json (~> 1.0)
|
||||
simple_oauth (~> 0.1)
|
||||
typhoeus (0.4.2)
|
||||
ffi (~> 1.0)
|
||||
mime-types (~> 1.18)
|
||||
typhoeus (0.3.3)
|
||||
mime-types
|
||||
tzinfo (0.3.33)
|
||||
uglifier (1.2.4)
|
||||
execjs (>= 0.3.0)
|
||||
|
|
@ -548,7 +547,7 @@ DEPENDENCIES
|
|||
thin (~> 1.3.1)
|
||||
timecop
|
||||
twitter (= 2.0.2)
|
||||
typhoeus (~> 0.4.2)
|
||||
typhoeus (~> 0.3.3)
|
||||
uglifier
|
||||
unicorn (~> 4.3.0)
|
||||
webmock (~> 1.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue