Update gemspec

This commit is contained in:
Chester How 2019-12-12 11:43:08 +08:00
parent d153da85ef
commit 149a628918
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "tale"
spec.version = "0.1.7"
spec.version = "0.1.8"
spec.authors = ["Chester How"]
spec.email = ["chesterhow@gmail.com"]
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", "3.6"
spec.add_runtime_dependency "jekyll", "~> 3.6"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"