add jekyll-seo-tag to dependency to fix bundle crash
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment