From 926e6031d96071161b88bd80add786e22fc1bfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:36:48 +0000 Subject: [PATCH] chore(deps): bump rouge from 3.30.0 to 5.0.0 Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.30.0 to 5.0.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/main/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v3.30.0...v5.0.0) --- updated-dependencies: - dependency-name: rouge dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f746a8efb0..cd813725db 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'html-pipeline' gem 'htmlentities' gem 'sanitize', '>= 4.6.3' gem 'rinku' -gem 'rouge', '~> 3' +gem 'rouge', '~> 5' gem 'ruby-oembed' # to help obtaining app wide URI that uniquely identifies model instance diff --git a/Gemfile.lock b/Gemfile.lock index 30f8cf8794..bfd0edd982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -555,7 +555,8 @@ GEM rexml (3.4.4) rinku (2.0.6) rollbar (3.7.0) - rouge (3.30.0) + rouge (5.0.0) + strscan (~> 3.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -660,6 +661,7 @@ GEM ssrf_filter (1.5.0) stackprof (0.2.28) stringio (3.2.0) + strscan (3.1.8) temple (0.10.4) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) @@ -776,7 +778,7 @@ DEPENDENCIES rexml rinku rollbar (>= 1.5.3) - rouge (~> 3) + rouge (~> 5) rspec-html-matchers rspec-rails (~> 8) rspec-retry