From 7aa0fbc2b269b0f02897cf1dcb28b84c7f93ada4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:28:03 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 6 updates Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [dry-types](https://github.com/dry-rb/dry-types) | `1.9.0` | `1.9.1` | | [faraday](https://github.com/lostisland/faraday) | `2.14.0` | `2.14.1` | | [json](https://github.com/ruby/json) | `2.18.0` | `2.18.1` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2026.0127` | `3.2026.0203` | | [protocol-http](https://github.com/socketry/protocol-http) | `0.58.1` | `0.59.0` | | [protocol-rack](https://github.com/socketry/protocol-rack) | `0.21.0` | `0.21.1` | Updates `dry-types` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/dry-rb/dry-types/releases) - [Changelog](https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-types/compare/v1.9.0...v1.9.1) Updates `faraday` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.14.0...v2.14.1) Updates `json` from 2.18.0 to 2.18.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.18.0...v2.18.1) Updates `mime-types-data` from 3.2026.0127 to 3.2026.0203 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2026.0127...v3.2026.0203) Updates `protocol-http` from 0.58.1 to 0.59.0 - [Release notes](https://github.com/socketry/protocol-http/releases) - [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-http/compare/v0.58.1...v0.59.0) Updates `protocol-rack` from 0.21.0 to 0.21.1 - [Changelog](https://github.com/socketry/protocol-rack/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-rack/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: dry-types dependency-version: 1.9.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: json dependency-version: 2.18.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2026.0203 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-http dependency-version: 0.59.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: protocol-rack dependency-version: 0.21.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e277c28..4a8116ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM dry-logic (~> 1.6) dry-types (~> 1.8) zeitwerk (~> 2.6) - dry-types (1.9.0) + dry-types (1.9.1) bigdecimal (>= 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) @@ -102,7 +102,7 @@ GEM dry-initializer (~> 3.2) dry-schema (~> 1.14) zeitwerk (~> 2.6) - faraday (2.14.0) + faraday (2.14.1) faraday-net_http (>= 2.0, < 3.5) json logger @@ -120,7 +120,7 @@ GEM io-endpoint (0.17.2) io-event (1.14.2) io-stream (0.11.1) - json (2.18.0) + json (2.18.1) kramdown (2.5.2) rexml (>= 3.4.4) logger (1.7.0) @@ -128,7 +128,7 @@ GEM mime-types (3.7.0) logger mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2026.0127) + mime-types-data (3.2026.0203) net-http (0.9.1) uri (>= 0.11.1) nokogiri (1.19.0-arm64-darwin) @@ -137,13 +137,13 @@ GEM racc (~> 1.4) parallel (1.27.0) protocol-hpack (1.5.1) - protocol-http (0.58.1) + protocol-http (0.59.0) protocol-http1 (0.37.0) protocol-http (~> 0.58) protocol-http2 (0.24.0) protocol-hpack (~> 1.4) protocol-http (~> 0.47) - protocol-rack (0.21.0) + protocol-rack (0.21.1) io-stream (>= 0.10) protocol-http (~> 0.58) rack (>= 1.0)