From efa16155a03d6caf9b095078bfeb5c3605b16835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:25:52 +0000 Subject: [PATCH] Update mechanize requirement from >= 2.8.5, < 2.10.0 to >= 2.8.5, < 2.11.0 Updates the requirements on [mechanize](https://github.com/sparklemotion/mechanize) to permit the latest version. - [Release notes](https://github.com/sparklemotion/mechanize/releases) - [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/mechanize/compare/v2.8.5...v2.10.0) --- updated-dependencies: - dependency-name: mechanize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git-trend.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-trend.gemspec b/git-trend.gemspec index dd345e8..d840743 100644 --- a/git-trend.gemspec +++ b/git-trend.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency "addressable", "~> 2.8" spec.add_dependency "mb_string" - spec.add_dependency "mechanize", ">= 2.8.5", "< 2.10.0" + spec.add_dependency "mechanize", ">= 2.8.5", "< 2.11.0" spec.add_dependency "thor", ">= 0.20.0", "< 1.3.0" spec.add_dependency "unicode-display_width"