From 37e1a1a7d718c4cf51fffd4da7cad20573c6daef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:42:37 +0000 Subject: [PATCH] Update commonmarker requirement from >= 0.23.7, < 1.2.0 to >= 0.23.7, < 2.1.0 Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v0.23.11) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jekyll-commonmark-ghpages.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-commonmark-ghpages.gemspec b/jekyll-commonmark-ghpages.gemspec index 0a4739c..a82aa3b 100644 --- a/jekyll-commonmark-ghpages.gemspec +++ b/jekyll-commonmark-ghpages.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", ">= 3.9", "< 4.0" spec.add_runtime_dependency "jekyll-commonmark", "~> 1.4.0" - spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 1.2.0" + spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 2.1.0" spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0" spec.add_development_dependency "rspec", "~> 3.0"