From ed3bc24d1502a04446832228242f4b0235d987a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:46:26 +0000 Subject: [PATCH] Bump dry-types from 1.7.1 to 1.7.2 Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.7.1 to 1.7.2. - [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.1...v1.7.2) --- updated-dependencies: - dependency-name: dry-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4311026..fe16f883 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,14 +24,16 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + bigdecimal (3.1.8) coderay (1.1.3) concurrent-ruby (1.3.4) diff-lcs (1.5.0) docile (1.4.0) - dry-core (1.0.0) + dry-core (1.0.2) concurrent-ruby (~> 1.0) + logger zeitwerk (~> 2.6) - dry-inflector (1.0.0) + dry-inflector (1.1.0) dry-initializer (3.1.1) dry-logic (1.5.0) concurrent-ruby (~> 1.0) @@ -42,7 +44,8 @@ GEM dry-types (>= 1.7, < 2) ice_nine (~> 0.11) zeitwerk (~> 2.6) - dry-types (1.7.1) + dry-types (1.7.2) + bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -57,6 +60,7 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.6.3) + logger (1.6.2) method_source (1.0.0) minitest (5.25.4) neatjson (0.10.5) @@ -150,7 +154,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) unicode_utils (1.4.0) - zeitwerk (2.6.7) + zeitwerk (2.6.18) PLATFORMS aarch64-linux