From 9b3f807aee7a2ede94afce4964bd307e9b3dde41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:01:33 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) and [json](https://github.com/ruby/json). Updates `concurrent-ruby` from 1.3.5 to 1.3.6 - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.5...v1.3.6) Updates `json` from 2.17.1 to 2.18.0 - [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.17.1...v2.18.0) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: json dependency-version: 2.18.0 dependency-type: indirect update-type: version-update:semver-minor 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 024fe1b7..28126a27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM base64 (0.3.0) bigdecimal (3.3.1) brotli (0.7.0) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.6) crass (1.0.6) dry-configurable (1.3.0) dry-core (~> 1.1) @@ -85,7 +85,7 @@ GEM zlib (~> 3.0) faraday-net_http (3.4.2) net-http (~> 0.5) - json (2.17.1) + json (2.18.0) kramdown (2.5.1) rexml (>= 3.3.9) logger (1.7.0)