From e9783eaa0f22c72e4510770d4d74bdb1de407fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 05:14:32 +0000 Subject: [PATCH] Update faraday requirement from ~> 0.15 to ~> 1.4 Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v0.15.0...v1.4.1) Signed-off-by: dependabot[bot] --- prometheus_aggregator.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_aggregator.gemspec b/prometheus_aggregator.gemspec index 725324e..0c2af5f 100644 --- a/prometheus_aggregator.gemspec +++ b/prometheus_aggregator.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "net_tcp_client", "~> 2.0" spec.add_development_dependency "excon", "~> 0.62" - spec.add_development_dependency "faraday", "~> 0.15" + spec.add_development_dependency "faraday", "~> 1.4" spec.add_development_dependency "minitest", "~> 5.0" spec.add_development_dependency "rack", "~> 2.0" spec.add_development_dependency "rake", "~> 12.3"