Skip to content

Commit

Permalink
Avoid open-ended dependency on jekyll in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yizeng committed Jun 5, 2018
1 parent 5f0f1fc commit 55306b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-simple-texture.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
spec.add_runtime_dependency "jekyll", "~> 0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9.3"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.12.1"
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.4', '>= 2.4.0'
Expand Down

0 comments on commit 55306b8

Please sign in to comment.