Skip to content

Commit

Permalink
Future-proof Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 4, 2015
1 parent 59e9986 commit a87aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-html-pipeline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "jekyll", ">= 2.0"
spec.add_dependency 'html-pipeline', "~> 1.0"

spec.add_development_dependency "bundler", "~> 1.4"
spec.add_development_dependency "jekyll", "~> 2.0"
spec.add_development_dependency "rake"
spec.add_development_dependency 'minitest', "~> 5.0"
spec.add_development_dependency 'github-markdown', "~> 0.6.3"
Expand Down

0 comments on commit a87aafc

Please sign in to comment.