Skip to content

Commit de3bdc5

Browse files
chore(deps): bump rouge from 3.30.0 to 4.3.0
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 4.3.0. - [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.3.0) --- 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 9377fbe commit de3bdc5

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
@@ -46,7 +46,7 @@ gem 'friendly_id'
4646
gem 'html-pipeline'
4747
gem 'sanitize', '>= 4.6.3'
4848
gem 'rinku'
49-
gem 'rouge', '~> 3'
49+
gem 'rouge', '~> 4'
5050
gem 'ruby-oembed'
5151

5252
# 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
@@ -456,7 +456,7 @@ GEM
456456
strscan
457457
rinku (2.0.6)
458458
rollbar (3.5.2)
459-
rouge (3.30.0)
459+
rouge (4.3.0)
460460
rspec (3.13.0)
461461
rspec-core (~> 3.13.0)
462462
rspec-expectations (~> 3.13.0)
@@ -648,7 +648,7 @@ DEPENDENCIES
648648
rexml
649649
rinku
650650
rollbar (>= 1.5.3)
651-
rouge (~> 3)
651+
rouge (~> 4)
652652
rspec-html-matchers
653653
rspec-rails (~> 6)
654654
rspec-retry

0 commit comments

Comments
 (0)