This commit is contained in:
rzen
2020-08-31 21:07:53 -04:00
parent 80d69fc179
commit 98ab475ef5
23 changed files with 455 additions and 227 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.version = "0.1.17"
spec.version = "0.1.18"
spec.name = "jekyll-theme-isabelline"
spec.authors = ["Rouslan Zenetl"]
@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
# TODO: jekyll ver should be same as image in docker-compose.yaml
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_development_dependency "bundler", "~> 2.0.2"
spec.add_development_dependency "bundler", "~> 2.1.0"
end