From e9edaac9ed3530fefdda585dad62d6ca4f14f824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:48:35 +0000 Subject: [PATCH] Update excon requirement from ~> 0.49, >= 0.49.0 to >= 0.49, < 2.0 Updates the requirements on [excon](https://github.com/excon/excon) to permit the latest version. - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.49.0...v1.0.0) --- updated-dependencies: - dependency-name: excon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- forecaster.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forecaster.gemspec b/forecaster.gemspec index c1e3710..60a9ca8 100644 --- a/forecaster.gemspec +++ b/forecaster.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.files = Dir.glob("{bin,lib}/**/*.rb") + %w[LICENSE README.md CHANGELOG.md] s.executables << "forecast" s.add_runtime_dependency("chronic", "~> 0.10", ">= 0.10.0") - s.add_runtime_dependency("excon", "~> 0.49", ">= 0.49.0") + s.add_runtime_dependency("excon", ">= 0.49", "< 2.0") s.add_runtime_dependency("geocoder", "~> 1.8", ">= 1.8.0") s.add_runtime_dependency("optimist", "~> 3.0", ">= 3.0.0") s.add_runtime_dependency("rainbow", "~> 3.0", ">= 3.0.0")