From 5fee8452b9caad0cb026db4cee43d038712cce4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:49:57 +0000 Subject: [PATCH] Bump rouge from 4.4.0 to 4.5.0 Bumps [rouge](https://github.com/rouge-ruby/rouge) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d574bd215..ecf794fafa 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'will_paginate', '~>4.0.1' # markdown rendering and syntax highlighting gem 'kramdown', '~>2.4.0' gem 'kramdown-parser-gfm', '~>1.1.0' -gem 'rouge', '4.4.0' +gem 'rouge', '4.5.0' # feedback table builder gem 'builder', '~>3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index f56b309d0c..b0e8661468 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -445,7 +445,7 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.3.9) - rouge (4.4.0) + rouge (4.5.0) rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -626,7 +626,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.9) rb-readline (~> 0.5.5) - rouge (= 4.4.0) + rouge (= 4.5.0) rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.36.0)