Skip to content

Commit 61e7808

Browse files
authored
Merge pull request #68 from github/dependabot/bundler/commonmarker-gte-0.23.7-and-lt-2.5.0
Update commonmarker requirement from >= 0.23.7, < 2.4.0 to >= 0.23.7, < 2.5.0
2 parents e58a817 + 82efeae commit 61e7808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-commonmark-ghpages.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.add_runtime_dependency "jekyll", ">= 3.9", "< 4.0"
1818
spec.add_runtime_dependency "jekyll-commonmark", "~> 1.4.0"
19-
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 2.4.0"
19+
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 2.5.0"
2020
spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0"
2121

2222
spec.add_development_dependency "rspec", "~> 3.0"

0 commit comments

Comments
 (0)