Skip to content

Commit

Permalink
Gemspec back to original.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinosG committed May 29, 2020
1 parent 4b2b520 commit ddb9751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions minimal-ionio-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ Gem::Specification.new do |spec|
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

# spec.add_runtime_dependency "jekyll", "~> 3.6"
spec.add_runtime_dependency "jekyll"
spec.add_runtime_dependency "jekyll", "~> 3.6"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.1"
spec.add_runtime_dependency "jekyll-gist", "~> 1.4"
# spec.add_runtime_dependency "jekyll-feed", "~> 0.9.2"
spec.add_runtime_dependency "jekyll-feed"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9.2"
spec.add_runtime_dependency "jekyll-data", "~> 1.0"
spec.add_runtime_dependency "jemoji", "~> 0.8"

Expand Down

0 comments on commit ddb9751

Please sign in to comment.