Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lessen Jekyll dependency
  • Loading branch information
Ben Balter committed Mar 22, 2019
1 parent f253964 commit b3223aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-hacker.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
end

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency 'jekyll', '~> 3.5'
s.add_runtime_dependency 'jekyll', '> 3.5', '< 5.0'
s.add_runtime_dependency 'jekyll-seo-tag', '~> 2.0'
s.add_development_dependency 'html-proofer', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 0.50'
Expand Down

0 comments on commit b3223aa

Please sign in to comment.