Relax version constraint to allow Rouge 4.x (#9134)

Merge pull request 9134
This commit is contained in:
Ashwin Maroli
2022-09-28 16:24:46 +05:30
committed by GitHub
parent b632afd2db
commit 1a3d85a8a5

View File

@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
# TODO: Remove lock once we implement a way to use Psych 4 without breaking anything.
s.add_runtime_dependency("psych", "~> 3.3")
s.add_runtime_dependency("rouge", "~> 3.0")
s.add_runtime_dependency("rouge", ">= 3.0", "< 5.0")
s.add_runtime_dependency("safe_yaml", "~> 1.0")
s.add_runtime_dependency("terminal-table", ">= 1.8", "< 4.0")
s.add_runtime_dependency("webrick", "~> 1.7")