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

## unreleased

### Changed
* Change gemspec to expand supported rouge versions by Ash McKenzie(@ashmckenzie)

## [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 7ad7f4d

Please sign in to comment.