Skip to content

Commit 1a3d85a

Browse files
authored
Relax version constraint to allow Rouge 4.x (#9134)
Merge pull request 9134
1 parent b632afd commit 1a3d85a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jekyll.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
4848
# TODO: Remove lock once we implement a way to use Psych 4 without breaking anything.
4949
s.add_runtime_dependency("psych", "~> 3.3")
5050

51-
s.add_runtime_dependency("rouge", "~> 3.0")
51+
s.add_runtime_dependency("rouge", ">= 3.0", "< 5.0")
5252
s.add_runtime_dependency("safe_yaml", "~> 1.0")
5353
s.add_runtime_dependency("terminal-table", ">= 1.8", "< 4.0")
5454
s.add_runtime_dependency("webrick", "~> 1.7")

0 commit comments

Comments
 (0)