From b70a42504ddae6b29c0f4a99cda08559e9cfdff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:09:44 +0000 Subject: [PATCH] bundle(deps): bump the ruby-deps group across 1 directory with 5 updates Bumps the ruby-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [benchmark](https://github.com/ruby/benchmark) | `0.4.0` | `0.4.1` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.9` | `3.2.1` | | [csv](https://github.com/ruby/csv) | `3.3.4` | `3.3.5` | | [drb](https://github.com/ruby/drb) | `2.2.1` | `2.2.3` | | [json](https://github.com/ruby/json) | `2.12.0` | `2.12.2` | Updates `benchmark` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/ruby/benchmark/releases) - [Commits](https://github.com/ruby/benchmark/compare/v0.4.0...v0.4.1) Updates `bigdecimal` from 3.1.9 to 3.2.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v3.1.9...v3.2.1) Updates `csv` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](https://github.com/ruby/csv/compare/v3.3.4...v3.3.5) Updates `drb` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/ruby/drb/releases) - [Changelog](https://github.com/ruby/drb/blob/master/NEWS.md) - [Commits](https://github.com/ruby/drb/compare/v2.2.1...v2.2.3) Updates `json` from 2.12.0 to 2.12.2 - [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.12.0...v2.12.2) --- updated-dependencies: - dependency-name: benchmark dependency-version: 0.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: bigdecimal dependency-version: 3.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: csv dependency-version: 3.3.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: drb dependency-version: 2.2.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: json dependency-version: 2.12.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc7a92d..33d09e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,8 +17,8 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + benchmark (0.4.1) + bigdecimal (3.2.1) coffee-script (2.4.1) coffee-script-source execjs @@ -27,12 +27,12 @@ GEM commonmarker (0.23.11) concurrent-ruby (1.3.5) connection_pool (2.5.3) - csv (3.3.4) + csv (3.3.5) dnsruby (1.72.4) base64 (~> 0.2.0) logger (~> 1.6.5) simpleidn (~> 0.2.1) - drb (2.2.1) + drb (2.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -226,7 +226,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.12.0) + json (2.12.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0)