From d5c5e801c03d886174e3c66776c171ad69a4d8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 08:47:58 +0000 Subject: [PATCH] Bump marksmith from 0.4.5 to 0.4.7 Bumps [marksmith](https://github.com/avo-hq/marksmith) from 0.4.5 to 0.4.7. - [Release notes](https://github.com/avo-hq/marksmith/releases) - [Commits](https://github.com/avo-hq/marksmith/compare/v0.4.5...v0.4.7) --- updated-dependencies: - dependency-name: marksmith dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d52d6ad..02a64b0 100644 --- a/Gemfile +++ b/Gemfile @@ -68,5 +68,5 @@ gem "structify", "~> 0.3.4" gem "nokogiri", "~> 1.18" -gem "marksmith", "~> 0.4.5" +gem "marksmith", "~> 0.4.7" gem "commonmarker", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index e49221f..8888569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM net-pop net-smtp marcel (1.0.4) - marksmith (0.4.5) + marksmith (0.4.7) activesupport meta-tags (2.22.1) actionpack (>= 6.0.0, < 8.1) @@ -439,7 +439,7 @@ DEPENDENCIES iconv (~> 1.1) importmap-rails (~> 2.1) jbuilder - marksmith (~> 0.4.5) + marksmith (~> 0.4.7) nokogiri (~> 1.18) pg (~> 1.1) propshaft (~> 1.2)