From 0b6f32d825c7d6fd8d886e7622e09c062da34b79 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 17 Jun 2018 03:03:29 +0200 Subject: [PATCH] Bump faraday --- Gemfile.lock | 4 ++-- diaspora_federation.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e6f8d3..8cf11ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: diaspora_federation (0.2.4) - faraday (>= 0.9.0, < 0.15.0) + faraday (>= 0.9.0, < 0.16.0) faraday_middleware (>= 0.10.0, < 0.13.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) @@ -53,7 +53,7 @@ GEM ethon (0.11.0) ffi (>= 1.3.0) fabrication (2.20.1) - faraday (0.14.0) + faraday (0.15.2) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) diff --git a/diaspora_federation.gemspec b/diaspora_federation.gemspec index d294ee3..f0811ac 100644 --- a/diaspora_federation.gemspec +++ b/diaspora_federation.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.required_ruby_version = "~> 2.1" - s.add_dependency "faraday", ">= 0.9.0", "< 0.15.0" + s.add_dependency "faraday", ">= 0.9.0", "< 0.16.0" s.add_dependency "faraday_middleware", ">= 0.10.0", "< 0.13.0" s.add_dependency "nokogiri", "~> 1.6", ">= 1.6.8" s.add_dependency "typhoeus", "~> 1.0"