From c142f9c0ce946741ae195530b5111a709891da4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:15:03 +0000 Subject: [PATCH] Bump dry-struct from 1.7.1 to 1.8.0 Bumps [dry-struct](https://github.com/dry-rb/dry-struct) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/dry-rb/dry-struct/releases) - [Changelog](https://github.com/dry-rb/dry-struct/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-struct/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: dry-struct dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3624ad19..9f681507 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-struct (1.7.1) + dry-struct (1.8.0) dry-core (~> 1.1) dry-types (~> 1.8, >= 1.8.2) ice_nine (~> 0.11)