From f06e4d0710b0414da92495efd2977dc2314d16d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:57:42 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 6 updates Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.3.1` | `4.0.1` | | [dry-inflector](https://github.com/dry-rb/dry-inflector) | `1.2.0` | `1.3.0` | | [dry-schema](https://github.com/dry-rb/dry-schema) | `1.14.1` | `1.15.0` | | [dry-types](https://github.com/dry-rb/dry-types) | `1.8.3` | `1.9.0` | | [faraday-gzip](https://github.com/bodrovis/faraday-gzip) | `3.0.4` | `3.1.0` | | [thor](https://github.com/rails/thor) | `1.4.0` | `1.5.0` | Updates `bigdecimal` from 3.3.1 to 4.0.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.3.1...v4.0.1) Updates `dry-inflector` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dry-rb/dry-inflector/releases) - [Changelog](https://github.com/dry-rb/dry-inflector/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-inflector/compare/v1.2.0...v1.3.0) Updates `dry-schema` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/dry-rb/dry-schema/releases) - [Changelog](https://github.com/dry-rb/dry-schema/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-schema/compare/v1.14.1...v1.15.0) Updates `dry-types` from 1.8.3 to 1.9.0 - [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.8.3...v1.9.0) Updates `faraday-gzip` from 3.0.4 to 3.1.0 - [Release notes](https://github.com/bodrovis/faraday-gzip/releases) - [Changelog](https://github.com/bodrovis/faraday-gzip/blob/master/CHANGELOG.md) - [Commits](https://github.com/bodrovis/faraday-gzip/compare/v3.0.4...v3.1.0) Updates `thor` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.1 dependency-type: indirect update-type: version-update:semver-major dependency-group: ruby - dependency-name: dry-inflector dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: dry-schema dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: dry-types dependency-version: 1.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: faraday-gzip dependency-version: 3.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: thor dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49d70bdd..18a72dad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM addressable (2.8.8) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) - bigdecimal (3.3.1) + bigdecimal (4.0.1) brotli (0.7.0) concurrent-ruby (1.3.6) crass (1.0.6) @@ -46,23 +46,23 @@ GEM concurrent-ruby (~> 1.0) logger zeitwerk (~> 2.6) - dry-inflector (1.2.0) + dry-inflector (1.3.0) dry-initializer (3.2.0) dry-logic (1.6.0) bigdecimal concurrent-ruby (~> 1.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-schema (1.14.1) + dry-schema (1.15.0) concurrent-ruby (~> 1.0) dry-configurable (~> 1.0, >= 1.0.1) dry-core (~> 1.1) dry-initializer (~> 3.2) - dry-logic (~> 1.5) + dry-logic (~> 1.6) dry-types (~> 1.8) zeitwerk (~> 2.6) - dry-types (1.8.3) - bigdecimal (~> 3.0) + dry-types (1.9.0) + bigdecimal (>= 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -80,7 +80,7 @@ GEM logger faraday-follow_redirects (0.5.0) faraday (>= 1, < 3) - faraday-gzip (3.0.4) + faraday-gzip (3.1.0) faraday (>= 2.0, < 3) zlib (~> 3.0) faraday-net_http (3.4.2) @@ -115,7 +115,7 @@ GEM sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) - thor (1.4.0) + thor (1.5.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uri (1.1.1)