Skip to content

Commit

Permalink
be explicit about jekyll version to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Jun 8, 2023
1 parent ab8e8d7 commit 1758870
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
}

spec.add_runtime_dependency "jekyll", ">= 3.9.3"
spec.add_runtime_dependency "jekyll", "~> 3.9.3"
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"
Expand Down

0 comments on commit 1758870

Please sign in to comment.