From 72632ef7377907467de8cd4b46c82a249dfb294c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:55:57 +0000 Subject: [PATCH] Bump rdiscount from 2.1.8 to 2.2.7.4 Bumps [rdiscount](https://github.com/davidfstr/rdiscount) from 2.1.8 to 2.2.7.4. - [Changelog](https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md) - [Commits](https://github.com/davidfstr/rdiscount/compare/2.1.8...2.2.7.4) --- updated-dependencies: - dependency-name: rdiscount dependency-version: 2.2.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ae2b3561..7335ceb8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'guard-nanoc', '~> 1.0.3' gem 'systemu', '~> 2.6.5' gem 'adsf', '~> 1.2.0' gem 'sass', '~> 3.4.21' -gem 'rdiscount', '~> 2.1.8' +gem 'rdiscount', '~> 2.2.7' gem 'nokogiri', '~> 1.10.8' gem 'feedjira', '~> 2.0.0' gem 'ri_cal', '~> 0.8.8' diff --git a/Gemfile.lock b/Gemfile.lock index f1c8e59d..8e3a6a11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - rdiscount (2.1.8) + rdiscount (2.2.7.4) retryable (2.0.4) ri_cal (0.8.8) rqrcode (0.10.1) @@ -133,7 +133,7 @@ DEPENDENCIES guard-nanoc (~> 1.0.3) nanoc (~> 3.7.5) nokogiri (~> 1.10.8) - rdiscount (~> 2.1.8) + rdiscount (~> 2.2.7) ri_cal (~> 0.8.8) rqrcode_png (~> 0.1.5) sass (~> 3.4.21)