Skip to content

Commit

Permalink
lessen Jekyll dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Mar 22, 2019
1 parent df56ee7 commit 72b7930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-primer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.license = 'MIT'

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

0 comments on commit 72b7930

Please sign in to comment.