Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Sep 1, 2020
1 parent 65bee13 commit 1607937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jekyll-theme-yat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-yat"
spec.version = "1.4.3"
spec.version = "1.5.0"
spec.authors = ["jeffreytse"]
spec.email = ["[email protected]"]

Expand All @@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README)!i)
end

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 12.0"
spec.add_development_dependency "bundler", ">= 1.6", "< 3.0"
spec.add_development_dependency "rake", ">= 12.0", "< 13.0"

spec.add_runtime_dependency "jekyll", "> 3.5", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
Expand Down

0 comments on commit 1607937

Please sign in to comment.