File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-commonmark-ghpages"
55 spec . summary = "CommonMark generator for Jekyll"
6- spec . version = "0.5.0 "
6+ spec . version = "0.5.1 "
77 spec . authors = [ "GitHub, Inc." ]
88 spec . email = "support@github.com"
99 spec . homepage = "https://github.com/github/jekyll-commonmark-ghpages"
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
1515 spec . require_paths = [ "lib" ]
1616
17- spec . add_runtime_dependency "jekyll" , "~> 3.9.0"
17+ spec . add_runtime_dependency "jekyll" , ">= 3.9" , "< 4 .0"
1818 spec . add_runtime_dependency "jekyll-commonmark" , "~> 1.4.0"
1919 spec . add_runtime_dependency "commonmarker" , ">= 0.23.7" , "< 1.1.0"
2020 spec . add_runtime_dependency "rouge" , ">= 2.0" , "< 5.0"
You can’t perform that action at this time.
0 commit comments