From ced08dd46e5df23e432ac6f2ae8a357ad44ae873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:55:24 +0000 Subject: [PATCH] Bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [dry-configurable](https://github.com/dry-rb/dry-configurable) and [dry-types](https://github.com/dry-rb/dry-types). Updates `dry-configurable` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dry-rb/dry-configurable/releases) - [Changelog](https://github.com/dry-rb/dry-configurable/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-configurable/compare/v1.2.0...v1.3.0) Updates `dry-types` from 1.7.2 to 1.8.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.7.2...v1.8.0) --- updated-dependencies: - dependency-name: dry-configurable dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: dry-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f5ac793..b387a1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,8 @@ GEM simpleidn (~> 0.2.1) dotenv (3.1.7) drb (2.2.1) - dry-configurable (1.2.0) - dry-core (~> 1.0, < 2) + dry-configurable (1.3.0) + dry-core (~> 1.1) zeitwerk (~> 2.6) dry-core (1.1.0) concurrent-ruby (~> 1.0) @@ -82,7 +82,7 @@ GEM dry-logic (>= 1.4, < 2) dry-types (>= 1.7, < 2) zeitwerk (~> 2.6) - dry-types (1.7.2) + dry-types (1.8.0) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0)