From 0dcc072d4d832fc4105aaaa844cf82d579ba0429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:01:24 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [json](https://github.com/ruby/json) and [reverse_markdown](https://github.com/xijo/reverse_markdown). Updates `json` from 2.16.0 to 2.17.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.16.0...v2.17.1) Updates `reverse_markdown` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/xijo/reverse_markdown/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.17.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: reverse_markdown dependency-version: 3.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4f54491..024fe1b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM zlib (~> 3.0) faraday-net_http (3.4.2) net-http (~> 0.5) - json (2.16.0) + json (2.17.1) kramdown (2.5.1) rexml (>= 3.3.9) logger (1.7.0) @@ -107,7 +107,7 @@ GEM websocket-driver (>= 0.6.0) racc (1.8.1) regexp_parser (2.11.3) - reverse_markdown (3.0.0) + reverse_markdown (3.0.1) nokogiri rexml (3.4.4) rss (0.3.1)