From 315e1604e92361531334eab91b87582b6d9db2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:27:08 +0000 Subject: [PATCH] Bump dry-types from 1.7.1 to 1.8.0 Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.7.1 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.1...v1.8.0) --- updated-dependencies: - dependency-name: dry-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4311026..f3c3d3c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,25 +24,29 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + bigdecimal (3.1.9) 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.1.0) concurrent-ruby (~> 1.0) + logger zeitwerk (~> 2.6) - dry-inflector (1.0.0) + dry-inflector (1.2.0) dry-initializer (3.1.1) - dry-logic (1.5.0) + dry-logic (1.6.0) + bigdecimal concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) + dry-core (~> 1.1) zeitwerk (~> 2.6) dry-struct (1.6.0) dry-core (~> 1.0, < 2) dry-types (>= 1.7, < 2) ice_nine (~> 0.11) zeitwerk (~> 2.6) - dry-types (1.7.1) + dry-types (1.8.0) + bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -57,6 +61,7 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.6.3) + logger (1.6.4) method_source (1.0.0) minitest (5.25.4) neatjson (0.10.5) @@ -150,7 +155,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