We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e054 commit 83647a0Copy full SHA for 83647a0
minima.gemspec
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
19
spec.bindir = "exe"
20
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
22
- spec.add_runtime_dependency "jekyll", "~> 3.3"
+ spec.add_runtime_dependency "jekyll", "~> 3.5"
23
+ spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
24
+
25
spec.add_development_dependency "bundler", "~> 1.12"
26
end
0 commit comments