Skip to content

Commit 83647a0

Browse files
committed
add jekyll-seo-tag dependency
1 parent ca2e054 commit 83647a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

minima.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
1919
spec.bindir = "exe"
2020
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2121

22-
spec.add_runtime_dependency "jekyll", "~> 3.3"
22+
spec.add_runtime_dependency "jekyll", "~> 3.5"
23+
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
24+
2325
spec.add_development_dependency "bundler", "~> 1.12"
2426
end

0 commit comments

Comments
 (0)