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 948174c commit d0014bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-cayman.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 d0014bf

Please sign in to comment.