bump typhoeus
This commit is contained in:
parent
d7b8251503
commit
4307e9b53a
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -161,7 +161,7 @@ gem "addressable", "2.3.8", require: "addressable/uri"
|
||||||
gem "faraday", "0.9.1"
|
gem "faraday", "0.9.1"
|
||||||
gem "faraday_middleware", "0.9.1"
|
gem "faraday_middleware", "0.9.1"
|
||||||
gem "faraday-cookie_jar", "0.0.6"
|
gem "faraday-cookie_jar", "0.0.6"
|
||||||
gem "typhoeus", "0.7.1"
|
gem "typhoeus", "0.7.2"
|
||||||
|
|
||||||
# Views
|
# Views
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,7 @@ GEM
|
||||||
railties (>= 3.1, <= 5)
|
railties (>= 3.1, <= 5)
|
||||||
equalizer (0.0.11)
|
equalizer (0.0.11)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ethon (0.7.3)
|
ethon (0.7.4)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
eventmachine (1.0.7)
|
eventmachine (1.0.7)
|
||||||
excon (0.45.3)
|
excon (0.45.3)
|
||||||
|
|
@ -713,8 +713,8 @@ GEM
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
twitter-text (1.12.0)
|
twitter-text (1.12.0)
|
||||||
unf (~> 0.1.0)
|
unf (~> 0.1.0)
|
||||||
typhoeus (0.7.1)
|
typhoeus (0.7.2)
|
||||||
ethon (>= 0.7.1)
|
ethon (>= 0.7.4)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (2.7.1)
|
uglifier (2.7.1)
|
||||||
|
|
@ -866,7 +866,7 @@ DEPENDENCIES
|
||||||
timecop (= 0.7.4)
|
timecop (= 0.7.4)
|
||||||
twitter (= 5.14.0)
|
twitter (= 5.14.0)
|
||||||
twitter-text (= 1.12.0)
|
twitter-text (= 1.12.0)
|
||||||
typhoeus (= 0.7.1)
|
typhoeus (= 0.7.2)
|
||||||
uglifier (= 2.7.1)
|
uglifier (= 2.7.1)
|
||||||
unicorn (= 4.9.0)
|
unicorn (= 4.9.0)
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue