From d0c183426bd9cd15a4d6261527d9d36de9f76339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:55:49 +0000 Subject: [PATCH] Bump marksmith from 0.4.5 to 0.4.6 Bumps [marksmith](https://github.com/avo-hq/marksmith) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/avo-hq/marksmith/releases) - [Commits](https://github.com/avo-hq/marksmith/commits) --- updated-dependencies: - dependency-name: marksmith dependency-version: 0.4.6 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..93875d3 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.6" gem "commonmarker", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index e49221f..0625426 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.6) 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.6) nokogiri (~> 1.18) pg (~> 1.1) propshaft (~> 1.2)