From 7e6884181f48481783361fc5929f8061fbc62ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:57:09 +0000 Subject: [PATCH] Update commonmarker requirement from >= 0.23.7, < 2.3.0 to >= 0.23.7, < 2.4.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-version: 0.23.11 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 144ac4c..c886a5e 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", "< 2.3.0" + spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 2.4.0" spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0" spec.add_development_dependency "rspec", "~> 3.0"