Skip to content

Commit

Permalink
bump rouge
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Oct 7, 2024
1 parent 8a7e20b commit 432dc83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gem "deckar01-task_list", "~> 2.3.1"
# Requires escape-utils for faster escaping
gem "escape_utils", "~> 1.3"
# Syntax highlighting used in html-pipeline with rouge
gem "rouge", "~> 4.3.0"
gem "rouge", "~> 4.4.0"
# HTML sanitization used for html-pipeline
gem "sanitize", "~> 6.1.0"
# HTML autolinking for mails and urls (replaces autolink)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ GEM
roar (1.2.0)
representable (~> 3.1)
rotp (6.3.0)
rouge (4.3.0)
rouge (4.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -1347,7 +1347,7 @@ DEPENDENCIES
retriable (~> 3.1.1)
rinku (~> 2.0.4)
roar (~> 1.2.0)
rouge (~> 4.3.0)
rouge (~> 4.4.0)
rspec (~> 3.13.0)
rspec-rails (~> 7.0.0)
rspec-retry (~> 0.6.1)
Expand Down

0 comments on commit 432dc83

Please sign in to comment.