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 14, 2023
1 parent b98db2a commit e6ae34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

## [v0.7.2] - unreleased
* Expand supported rouge versions

## [v0.7.1] - 2022-12-21

### Changed
Expand Down
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", "< 5.0"
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 e6ae34f

Please sign in to comment.