Skip to content

Commit

Permalink
Attempt to fix CI builds by pinning jekyll-github-metadata gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
seshrs committed Mar 14, 2024
1 parent 61a119d commit 61d45ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-primer-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_dependency 'jekyll', '> 3.5', '< 4.0'
s.add_runtime_dependency 'jekyll-github-metadata', '~> 2.9'
s.add_runtime_dependency 'jekyll-github-metadata', '2.13'
s.add_runtime_dependency 'jekyll-seo-tag', '~> 2.0'
s.add_runtime_dependency 'jekyll-default-layout'
s.add_development_dependency 'html-proofer', '~> 3.0'
Expand Down

0 comments on commit 61d45ac

Please sign in to comment.