bump typhoeus

This commit is contained in:
Jonne Haß 2015-09-07 11:03:32 +02:00 committed by Dennis Schubert
parent 6ea200e0e3
commit 78655b6f43
2 changed files with 4 additions and 4 deletions

View file

@ -160,7 +160,7 @@ gem "addressable", "2.3.8", require: "addressable/uri"
gem "faraday", "0.9.1" gem "faraday", "0.9.1"
gem "faraday_middleware", "0.10.0" gem "faraday_middleware", "0.10.0"
gem "faraday-cookie_jar", "0.0.6" gem "faraday-cookie_jar", "0.0.6"
gem "typhoeus", "0.7.2" gem "typhoeus", "0.7.3"
# Views # Views

View file

@ -178,7 +178,7 @@ GEM
railties (>= 3.1, <= 5) railties (>= 3.1, <= 5)
equalizer (0.0.10) equalizer (0.0.10)
erubis (2.7.0) erubis (2.7.0)
ethon (0.7.4) ethon (0.8.0)
ffi (>= 1.3.0) ffi (>= 1.3.0)
eventmachine (1.0.8) eventmachine (1.0.8)
excon (0.45.4) excon (0.45.4)
@ -724,7 +724,7 @@ GEM
simple_oauth (~> 0.3.0) simple_oauth (~> 0.3.0)
twitter-text (1.13.0) twitter-text (1.13.0)
unf (~> 0.1.0) unf (~> 0.1.0)
typhoeus (0.7.2) typhoeus (0.7.3)
ethon (>= 0.7.4) ethon (>= 0.7.4)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
@ -875,7 +875,7 @@ DEPENDENCIES
timecop (= 0.8.0) timecop (= 0.8.0)
twitter (= 5.15.0) twitter (= 5.15.0)
twitter-text (= 1.13.0) twitter-text (= 1.13.0)
typhoeus (= 0.7.2) typhoeus (= 0.7.3)
uglifier (= 2.7.2) uglifier (= 2.7.2)
unicorn (= 4.9.0) unicorn (= 4.9.0)
uuid (= 2.3.8) uuid (= 2.3.8)