Update dependencies

This commit is contained in:
Alexandre Rousseau 2019-11-24 00:47:31 +01:00
parent 08b2409165
commit 8a6a08a26a
No known key found for this signature in database
GPG Key ID: D47B3C78AB2676CC
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
.sass-cache
_site
Gemfile.lock
.jekyll-cache

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "tale"
spec.version = "0.1.6"
spec.version = "0.1.7"
spec.authors = ["Chester How"]
spec.email = ["chesterhow@gmail.com"]
@ -12,10 +12,10 @@ 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.0"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"