Skip to content

Commit 0ea414d

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] <support@github.com>
1 parent 2c5354b commit 0ea414d

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
@@ -474,7 +474,7 @@ GEM
474474
rexml (3.3.7)
475475
rinku (2.0.6)
476476
rollbar (3.6.0)
477-
rouge (3.30.0)
477+
rouge (4.5.1)
478478
rspec (3.13.0)
479479
rspec-core (~> 3.13.0)
480480
rspec-expectations (~> 3.13.0)
@@ -673,7 +673,7 @@ DEPENDENCIES
673673
rexml
674674
rinku
675675
rollbar (>= 1.5.3)
676-
rouge (~> 3)
676+
rouge (~> 4)
677677
rspec-html-matchers
678678
rspec-rails (~> 6)
679679
rspec-retry

0 commit comments

Comments
 (0)