From c32c7668d3d86063fc858fe37ce095dba2edd4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:32:29 +0000 Subject: [PATCH] Bump rouge from 4.2.1 to 4.3.0 Bumps [rouge](https://github.com/rouge-ruby/rouge) from 4.2.1 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](https://github.com/rouge-ruby/rouge/compare/v4.2.1...v4.3.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7e433735d5..14ac4bac5f 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.2.1' +gem 'rouge', '4.3.0' # feedback table builder gem 'builder', '~>3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index ed08d48557..7909259f4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -447,7 +447,7 @@ GEM railties (>= 5.2) rexml (3.2.9) strscan - rouge (4.2.1) + rouge (4.3.0) rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -629,7 +629,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.9) rb-readline (~> 0.5.5) - rouge (= 4.2.1) + rouge (= 4.3.0) rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.0)