Skip to content

Commit

Permalink
Expand supported rouge versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmckenzie committed Feb 13, 2023
1 parent b98db2a commit 3a6501a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "kramdown", ">= 1.16.2", "< 3.0"
spec.add_dependency "pastel", "~> 0.8"
spec.add_dependency "rouge", "~> 3.14"
spec.add_dependency "rouge", ">= 3.14", "< 4.2"
spec.add_dependency "strings", "~> 0.2.0"
spec.add_dependency "tty-color", "~> 0.5"
spec.add_dependency "tty-screen", "~> 0.8"
Expand Down

0 comments on commit 3a6501a

Please sign in to comment.