We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b632afd commit 1a3d85aCopy full SHA for 1a3d85a
1 file changed
jekyll.gemspec
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
48
# TODO: Remove lock once we implement a way to use Psych 4 without breaking anything.
49
s.add_runtime_dependency("psych", "~> 3.3")
50
51
- s.add_runtime_dependency("rouge", "~> 3.0")
+ s.add_runtime_dependency("rouge", ">= 3.0", "< 5.0")
52
s.add_runtime_dependency("safe_yaml", "~> 1.0")
53
s.add_runtime_dependency("terminal-table", ">= 1.8", "< 4.0")
54
s.add_runtime_dependency("webrick", "~> 1.7")
0 commit comments