Bump typhoeus
This commit is contained in:
parent
d16f9ef4b4
commit
ca548ed034
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -160,7 +160,7 @@ gem "addressable", "2.3.8", require: "addressable/uri"
|
||||||
gem "faraday", "0.9.2"
|
gem "faraday", "0.9.2"
|
||||||
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", "1.0.1"
|
gem "typhoeus", "1.0.2"
|
||||||
|
|
||||||
# Views
|
# Views
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,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.8.1)
|
ethon (0.9.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.0.9.1)
|
eventmachine (1.0.9.1)
|
||||||
excon (0.49.0)
|
excon (0.49.0)
|
||||||
|
|
@ -767,8 +767,8 @@ GEM
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
twitter-text (1.13.4)
|
twitter-text (1.13.4)
|
||||||
unf (~> 0.1.0)
|
unf (~> 0.1.0)
|
||||||
typhoeus (1.0.1)
|
typhoeus (1.0.2)
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (2.7.2)
|
uglifier (2.7.2)
|
||||||
|
|
@ -922,7 +922,7 @@ DEPENDENCIES
|
||||||
turbo_dev_assets (= 0.0.2)
|
turbo_dev_assets (= 0.0.2)
|
||||||
twitter (= 5.16.0)
|
twitter (= 5.16.0)
|
||||||
twitter-text (= 1.13.4)
|
twitter-text (= 1.13.4)
|
||||||
typhoeus (= 1.0.1)
|
typhoeus (= 1.0.2)
|
||||||
uglifier (= 2.7.2)
|
uglifier (= 2.7.2)
|
||||||
unicorn (= 5.0.1)
|
unicorn (= 5.0.1)
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue