From bcefc9ee8a969c9628c1fd2d57fe2f99f72b0cd4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 09:33:41 +0000
Subject: [PATCH] Bump dry-types from 1.7.2 to 1.8.0

Bumps [dry-types](https://github.com/dry-rb/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-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      |  2 +-
 Gemfile.lock | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/Gemfile b/Gemfile
index b4dbb2cd..b86f74ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ gem "web-push"
 gem "rolify", "~> 6.0"
 
 gem "dry-initializer", "~> 3.1"
-gem "dry-types", "~> 1.7"
+gem "dry-types", "~> 1.8"
 
 gem "pghero"
 gem "rails_admin"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0547e735..bc93dad6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -90,7 +90,7 @@ GEM
       erubi (>= 1.0.0)
       rack (>= 0.9.0)
       rouge (>= 1.0.0)
-    bigdecimal (3.1.8)
+    bigdecimal (3.1.9)
     binding_of_caller (1.0.1)
       debug_inspector (>= 1.2.0)
     bootsnap (1.18.4)
@@ -146,16 +146,18 @@ GEM
     dotenv-rails (3.1.4)
       dotenv (= 3.1.4)
       railties (>= 6.1)
-    dry-core (1.0.1)
+    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-types (1.7.2)
+    dry-types (1.8.0)
       bigdecimal (~> 3.0)
       concurrent-ruby (~> 1.0)
       dry-core (~> 1.0)
@@ -576,7 +578,7 @@ DEPENDENCIES
   devise-i18n
   dotenv-rails (~> 3.1)
   dry-initializer (~> 3.1)
-  dry-types (~> 1.7)
+  dry-types (~> 1.8)
   factory_bot_rails
   fake_email_validator
   faker