Bump typhoeus
This commit is contained in:
parent
9bf3a78592
commit
3f23ef7e31
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -176,7 +176,7 @@ gem "addressable", "2.4.0", require: "addressable/uri"
|
|||
gem "faraday", "0.9.2"
|
||||
gem "faraday_middleware", "0.10.0"
|
||||
gem "faraday-cookie_jar", "0.0.6"
|
||||
gem "typhoeus", "1.1.0"
|
||||
gem "typhoeus", "1.1.2"
|
||||
|
||||
# Views
|
||||
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ GEM
|
|||
http-cookie (~> 1.0.0)
|
||||
faraday_middleware (0.10.0)
|
||||
faraday (>= 0.7.4, < 0.10)
|
||||
ffi (1.9.14)
|
||||
ffi (1.9.17)
|
||||
fixture_builder (0.4.1)
|
||||
activerecord (>= 2)
|
||||
activesupport (>= 2)
|
||||
|
|
@ -733,7 +733,7 @@ GEM
|
|||
simple_oauth (~> 0.3.0)
|
||||
twitter-text (1.14.5)
|
||||
unf (~> 0.1.0)
|
||||
typhoeus (1.1.0)
|
||||
typhoeus (1.1.2)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
|
|
@ -915,7 +915,7 @@ DEPENDENCIES
|
|||
turbo_dev_assets (= 0.0.2)
|
||||
twitter (= 5.16.0)
|
||||
twitter-text (= 1.14.5)
|
||||
typhoeus (= 1.1.0)
|
||||
typhoeus (= 1.1.2)
|
||||
uglifier (= 3.0.2)
|
||||
unicorn (= 5.1.0)
|
||||
unicorn-worker-killer (= 0.4.4)
|
||||
|
|
|
|||
Loading…
Reference in a new issue