Skip to content

Commit

Permalink
Merge pull request #36 from github/loose
Browse files Browse the repository at this point in the history
Loosen dependency to allow Jekyll < 4
  • Loading branch information
yoannchaudet authored Jul 18, 2024
2 parents 44f8d78 + b6d8a24 commit 7238bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-commonmark-ghpages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-commonmark-ghpages"
spec.summary = "CommonMark generator for Jekyll"
spec.version = "0.5.0"
spec.version = "0.5.1"
spec.authors = ["GitHub, Inc."]
spec.email = "[email protected]"
spec.homepage = "https://github.com/github/jekyll-commonmark-ghpages"
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "jekyll", "~> 3.9.0"
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.1.0"
spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0"
Expand Down

0 comments on commit 7238bb7

Please sign in to comment.