Bump faraday

This commit is contained in:
Benjamin Neff 2019-10-20 04:15:11 +02:00
parent b12a67e09f
commit 3804a3da8c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ PATH
remote: .
specs:
diaspora_federation (0.2.6)
faraday (>= 0.9.0, < 0.16.0)
faraday (>= 0.9.0, < 0.18.0)
faraday_middleware (>= 0.10.0, < 0.14.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
@ -53,7 +53,7 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
fabrication (2.20.1)
faraday (0.15.4)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
@ -112,7 +112,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
multipart-post (2.1.1)
nenv (0.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)

View file

@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = "~> 2.5"
s.add_dependency "faraday", ">= 0.9.0", "< 0.16.0"
s.add_dependency "faraday", ">= 0.9.0", "< 0.18.0"
s.add_dependency "faraday_middleware", ">= 0.10.0", "< 0.14.0"
s.add_dependency "nokogiri", "~> 1.6", ">= 1.6.8"
s.add_dependency "typhoeus", "~> 1.0"