From f011d2939fccbc40babfd73f9c6cde8c5d388c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:55:34 +0000 Subject: [PATCH] Update thor requirement from >= 0.20.0, < 1.4.0 to >= 0.20.0, < 1.6.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.5.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.5.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..f4503ae 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.6.0" spec.metadata["rubygems_mfa_required"] = "true" end