From 412cbc4abfcd0d4999cc313c3cb382b9312eb700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:56:25 +0000 Subject: [PATCH] Update katex requirement from = 0.10.0 to 0.11.0 Updates the requirements on [katex](https://github.com/glebm/katex-ruby) to permit the latest version. - [Release notes](https://github.com/glebm/katex-ruby/releases) - [Changelog](https://github.com/glebm/katex-ruby/blob/main/CHANGES.md) - [Commits](https://github.com/glebm/katex-ruby/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: katex dependency-version: 0.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 461e85b5..247168f0 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :kramdown_math_katex do gem "execjs", "~> 2.9" gem "duktape", "~> 2.7" # v0.11.0 broken by https://github.com/KaTeX/KaTeX/issues/4224 - gem "katex", "= 0.10.0" + gem "katex", "0.11.0" gem "kramdown-math-katex", "~> 1.0" end