Skip to content

Commit

Permalink
set default rouge version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crunch09 committed Jun 18, 2017
1 parent 48b8da6 commit 198ef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -38,6 +38,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("liquid", "~> 4.0")
s.add_runtime_dependency("mercenary", "~> 0.3.3")
s.add_runtime_dependency("pathutil", "~> 0.9")
s.add_runtime_dependency("rouge", "~> #{ENV["ROUGE_VERSION"] || "1.7"}")
s.add_runtime_dependency("rouge", "~> #{ENV["ROUGE_VERSION"] || "2.1.0"}")
s.add_runtime_dependency("safe_yaml", "~> 1.0")
end

0 comments on commit 198ef89

Please sign in to comment.