Skip to content

Commit

Permalink
Merge pull request #38 from github/dependabot/bundler/commonmarker-gt…
Browse files Browse the repository at this point in the history
…e-0.23.7-and-lt-2.1.0

Update commonmarker requirement from >= 0.23.7, < 1.2.0 to >= 0.23.7, < 2.1.0
  • Loading branch information
yoannchaudet authored Dec 19, 2024
2 parents 06c5dcc + 37e1a1a commit 8a57655
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 8a57655

Please sign in to comment.