Skip to content

Commit 8a57655

Browse files
authored
Merge pull request #38 from github/dependabot/bundler/commonmarker-gte-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
2 parents 06c5dcc + 37e1a1a commit 8a57655

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", "< 1.2.0"
19+
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 2.1.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)