From 04a062ed783c1406104cf83b6246e157c81b4bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:09:11 +0000 Subject: [PATCH] chore(deps): update kramdown-rfc requirement from 1.7.30 to 1.7.35 Updates the requirements on [kramdown-rfc](https://github.com/cabo/kramdown-rfc) to permit the latest version. - [Commits](https://github.com/cabo/kramdown-rfc/commits) --- updated-dependencies: - dependency-name: kramdown-rfc dependency-version: 1.7.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 444e15fc..10125a89 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "kramdown-rfc", "1.7.30" +gem "kramdown-rfc", "1.7.35"