From c4286e43d9a8382ef1f57dcb496a809f560e6f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:01:49 +0000 Subject: [PATCH] Update mechanize requirement from >= 2.8.5, < 2.11.0 to >= 2.8.5, < 2.15.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.14.0) --- updated-dependencies: - dependency-name: mechanize dependency-version: 2.14.0 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 38151c7..85620d5 100644 --- a/git-trend.gemspec +++ b/git-trend.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.post_install_message = install_message spec.add_dependency "addressable", "~> 2.8" - spec.add_dependency "mechanize", ">= 2.8.5", "< 2.11.0" + spec.add_dependency "mechanize", ">= 2.8.5", "< 2.15.0" spec.add_dependency "thor", ">= 0.20.0", "< 1.4.0" spec.metadata["rubygems_mfa_required"] = "true"