Skip to content

Commit 3f02604

Browse files
chore(deps): bump rouge from 3.30.0 to 4.5.1
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.5.1. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](rouge-ruby/rouge@v3.30.0...v4.5.1) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c74276e commit 3f02604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gem 'friendly_id'
4949
gem 'html-pipeline'
5050
gem 'sanitize', '>= 4.6.3'
5151
gem 'rinku'
52-
gem 'rouge', '~> 3'
52+
gem 'rouge', '~> 4'
5353
gem 'ruby-oembed'
5454

5555
# to help obtaining app wide URI that uniquely identifies model instance

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ GEM
480480
rexml (3.3.9)
481481
rinku (2.0.6)
482482
rollbar (3.6.0)
483-
rouge (3.30.0)
483+
rouge (4.5.1)
484484
rspec (3.13.0)
485485
rspec-core (~> 3.13.0)
486486
rspec-expectations (~> 3.13.0)
@@ -679,7 +679,7 @@ DEPENDENCIES
679679
rexml
680680
rinku
681681
rollbar (>= 1.5.3)
682-
rouge (~> 3)
682+
rouge (~> 4)
683683
rspec-html-matchers
684684
rspec-rails (~> 6)
685685
rspec-retry

0 commit comments

Comments
 (0)