Skip to content

Commit

Permalink
Relax version constraint for kramdown to support latest version of gi…
Browse files Browse the repository at this point in the history
…thub-pages (daattali#1290)
  • Loading branch information
pedantic-git committed Mar 5, 2024
1 parent e5ababb commit 18fda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"
spec.add_runtime_dependency "kramdown", "~> 2.3.2"
spec.add_runtime_dependency "kramdown", "~> 2.3"
spec.add_runtime_dependency "webrick", "~> 1.8"

spec.add_development_dependency "bundler", ">= 1.16"
Expand Down

0 comments on commit 18fda2d

Please sign in to comment.