Bump typhoeus
This commit is contained in:
parent
e7549a07e2
commit
34c2b87ed7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -150,7 +150,7 @@ gem "faraday", "2.9.0"
|
|||
gem "faraday-cookie_jar", "0.0.7"
|
||||
gem "faraday-follow_redirects", "0.3.0"
|
||||
gem "faraday-typhoeus", "1.1.0", require: false
|
||||
gem "typhoeus", "1.4.0"
|
||||
gem "typhoeus", "1.4.1"
|
||||
|
||||
# Views
|
||||
|
||||
|
|
|
|||
|
|
@ -745,7 +745,7 @@ GEM
|
|||
twitter-text (3.1.0)
|
||||
idn-ruby
|
||||
unf (~> 0.1.0)
|
||||
typhoeus (1.4.0)
|
||||
typhoeus (1.4.1)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
|
@ -899,7 +899,7 @@ DEPENDENCIES
|
|||
turbo_dev_assets (= 0.0.2)
|
||||
twitter (= 8.0.0)
|
||||
twitter-text (= 3.1.0)
|
||||
typhoeus (= 1.4.0)
|
||||
typhoeus (= 1.4.1)
|
||||
uuid (= 2.3.9)
|
||||
versionist (= 2.0.1)
|
||||
webmock (= 3.18.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue