Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterhow committed Dec 12, 2019
1 parent d153da8 commit 149a628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tale.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand All @@ -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"
Expand Down

0 comments on commit 149a628

Please sign in to comment.