Skip to content

Commit

Permalink
Update commonmarker requirement from ~> 0.23.7 to >= 0.23.7, < 1.1.0
Browse files Browse the repository at this point in the history
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/v0.23.10/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.23.7...v0.23.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 17d4ffe commit eb05dd2
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.0"
spec.add_runtime_dependency "jekyll-commonmark", "~> 1.4.0"
spec.add_runtime_dependency "commonmarker", "~> 0.23.7"
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 1.1.0"
spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0"

spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit eb05dd2

Please sign in to comment.