From 92fb6d1908bcdbae3c9e0f365be28639e32569ce Mon Sep 17 00:00:00 2001 From: gebeto Date: Thu, 28 Feb 2019 09:08:27 +0200 Subject: [PATCH] add jekyll-seo-tag to dependency to fix bundle crash --- _config.yml | 3 +++ just-the-docs.gemspec | 1 + 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 093a42a..4b93827 100644 --- a/_config.yml +++ b/_config.yml @@ -35,3 +35,6 @@ color_scheme: nil # Google Analytics Tracking (optional) # e.g, UA-1234567-89 ga_tracking: UA-2709176-10 + +plugins: + - jekyll-seo-tag \ No newline at end of file diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 7c4c78e..27dfa9b 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -14,6 +14,7 @@ Gem::Specification.new do |spec| spec.executables << 'just-the-docs' spec.add_runtime_dependency "jekyll", "~> 3.8.5" + spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" spec.add_runtime_dependency "rake", "~> 12.3.1" spec.add_development_dependency "bundler", "~> 2.0.1"