From db2658cd666a22633e8fbdbe10da4f618f0ee74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 06:32:48 +0000 Subject: [PATCH] Update github-linguist requirement from ~> 7.0 to >= 7, < 10 Updates the requirements on [github-linguist](https://github.com/github-linguist/linguist) to permit the latest version. - [Release notes](https://github.com/github-linguist/linguist/releases) - [Commits](https://github.com/github-linguist/linguist/compare/v7.0.0...v9.1.0) --- updated-dependencies: - dependency-name: github-linguist dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- qiita-markdown.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiita-markdown.gemspec b/qiita-markdown.gemspec index 47e4920..ce5c0f0 100644 --- a/qiita-markdown.gemspec +++ b/qiita-markdown.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.add_dependency "addressable" spec.add_dependency "gemoji" - spec.add_dependency "github-linguist", "~> 7.0" + spec.add_dependency "github-linguist", ">= 7", "< 10" spec.add_dependency "html-pipeline", "~> 2.0" spec.add_dependency "mem" spec.add_dependency "qiita_marker", "~> 0.23.9"