bump Rouge (#6381)

Merge pull request 6381
This commit is contained in:
Frank Taillandier 2017-09-23 22:11:17 +02:00 committed by jekyllbot
parent 9113e0aa05
commit 5f8ba181f0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ 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")
rouge_versions = ENV["ROUGE_VERSION"] ? ["~> #{ENV["ROUGE_VERSION"]}"] : [">= 1.7", "< 3"]
rouge_versions = ENV["ROUGE_VERSION"] ? ["~> #{ENV["ROUGE_VERSION"]}"] : [">= 1.7", "< 4"]
s.add_runtime_dependency("rouge", *rouge_versions)
s.add_runtime_dependency("safe_yaml", "~> 1.0")
end