From dfc4727b980d42a43f27296deebbb145c7f773e1 Mon Sep 17 00:00:00 2001 From: Alejandro Figueroa Date: Mon, 14 Aug 2017 15:17:15 -0400 Subject: [PATCH] Update deprecated markdown dependency https://github.com/github/github-markdown has been depracated. Switch to using the commonmarker gem. --- html_pipeline_rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_pipeline_rails.gemspec b/html_pipeline_rails.gemspec index adab8ce..b3adafa 100644 --- a/html_pipeline_rails.gemspec +++ b/html_pipeline_rails.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_dependency "github-markdown" + spec.add_dependency "commonmarker" spec.add_dependency "html-pipeline" spec.add_development_dependency "bundler", "~> 1.5"