Skip to content

Commit c382002

Browse files
authored
Merge pull request #33 from github/dependabot/bundler/commonmarker-gte-0.23.7-and-lt-1.1.0
Update commonmarker requirement from ~> 0.23.7 to >= 0.23.7, < 1.1.0
2 parents 26ea699 + e34adf7 commit c382002

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.0"
1818
spec.add_runtime_dependency "jekyll-commonmark", "~> 1.4.0"
19-
spec.add_runtime_dependency "commonmarker", "~> 0.23.7"
19+
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 1.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)