Skip to content

Commit

Permalink
Update commonmarker requirement from >= 0.23.7, < 1.2.0 to >= 0.23.7,…
Browse files Browse the repository at this point in the history
… < 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](gjtorikian/commonmarker@v0.23.7...v0.23.11)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 06c5dcc commit 37e1a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-commonmark-ghpages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37e1a1a

Please sign in to comment.