Skip to content

Commit

Permalink
Merge pull request #33 from github/dependabot/bundler/commonmarker-gt…
Browse files Browse the repository at this point in the history
…e-0.23.7-and-lt-1.1.0

Update commonmarker requirement from ~> 0.23.7 to >= 0.23.7, < 1.1.0
  • Loading branch information
yoannchaudet authored Jul 18, 2024
2 parents 26ea699 + e34adf7 commit c382002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-commonmark-ghpages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "jekyll", "~> 3.9.0"
spec.add_runtime_dependency "jekyll-commonmark", "~> 1.4.0"
spec.add_runtime_dependency "commonmarker", "~> 0.23.7"
spec.add_runtime_dependency "commonmarker", ">= 0.23.7", "< 1.1.0"
spec.add_runtime_dependency "rouge", ">= 2.0", "< 5.0"

spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit c382002

Please sign in to comment.