Skip to content

Commit

Permalink
Fixed jekyll version requirements in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Jul 7, 2015
1 parent 5a0cc1d commit 28eb386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopress-minify-html.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "clash"

spec.add_runtime_dependency "jekyll", ">= 3.0.0.a", "< 4"
spec.add_runtime_dependency "jekyll", ">= 2.0"
spec.add_runtime_dependency "html_press", "~> 0.8"
spec.add_runtime_dependency "octopress-hooks"

Expand Down

0 comments on commit 28eb386

Please sign in to comment.