From 57ac886423f9e0fadf8cfd3509d06924cc8edd50 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Tue, 25 Nov 2025 20:20:24 +0100 Subject: [PATCH] Upgrade to commonmarker 0.23.10 to fix the dependabot alerts --- book/scripts/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/scripts/Gemfile b/book/scripts/Gemfile index b6ad7dc6a..433c50155 100644 --- a/book/scripts/Gemfile +++ b/book/scripts/Gemfile @@ -4,4 +4,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem 'commonmarker', "0.18.2" +gem 'commonmarker', "0.23.10"