From e8143f1e3753ebad8d6aaf1becab80fe9fe07b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:02:12 +0000 Subject: [PATCH] Update thor requirement from >= 0.20.0, < 1.4.0 to >= 0.20.0, < 1.5.0 Updates the requirements on [thor](https://github.com/rails/thor) to permit the latest version. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v0.20.0...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.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..562776f 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 "mechanize", ">= 2.8.5", "< 2.11.0" - spec.add_dependency "thor", ">= 0.20.0", "< 1.4.0" + spec.add_dependency "thor", ">= 0.20.0", "< 1.5.0" spec.metadata["rubygems_mfa_required"] = "true" end