diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e5609c8c..80b0d2d1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: ruby: - - 2.5 - 2.6 - 2.7 steps: diff --git a/lib/github-pages/dependencies.rb b/lib/github-pages/dependencies.rb index ff5ded15..9ea54836 100644 --- a/lib/github-pages/dependencies.rb +++ b/lib/github-pages/dependencies.rb @@ -13,7 +13,7 @@ class Dependencies # Converters "kramdown" => "2.3.1", "kramdown-parser-gfm" => "1.1.0", - "jekyll-commonmark-ghpages" => "0.1.6", + "jekyll-commonmark-ghpages" => "0.2.0", # Misc "liquid" => "4.0.3",