Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit bcefc9e

Browse files
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](dry-rb/dry-types@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>
1 parent 0994977 commit bcefc9e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem "web-push"
4141
gem "rolify", "~> 6.0"
4242

4343
gem "dry-initializer", "~> 3.1"
44-
gem "dry-types", "~> 1.7"
44+
gem "dry-types", "~> 1.8"
4545

4646
gem "pghero"
4747
gem "rails_admin"

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
erubi (>= 1.0.0)
9191
rack (>= 0.9.0)
9292
rouge (>= 1.0.0)
93-
bigdecimal (3.1.8)
93+
bigdecimal (3.1.9)
9494
binding_of_caller (1.0.1)
9595
debug_inspector (>= 1.2.0)
9696
bootsnap (1.18.4)
@@ -146,16 +146,18 @@ GEM
146146
dotenv-rails (3.1.4)
147147
dotenv (= 3.1.4)
148148
railties (>= 6.1)
149-
dry-core (1.0.1)
149+
dry-core (1.1.0)
150150
concurrent-ruby (~> 1.0)
151+
logger
151152
zeitwerk (~> 2.6)
152-
dry-inflector (1.0.0)
153+
dry-inflector (1.2.0)
153154
dry-initializer (3.1.1)
154-
dry-logic (1.5.0)
155+
dry-logic (1.6.0)
156+
bigdecimal
155157
concurrent-ruby (~> 1.0)
156-
dry-core (~> 1.0, < 2)
158+
dry-core (~> 1.1)
157159
zeitwerk (~> 2.6)
158-
dry-types (1.7.2)
160+
dry-types (1.8.0)
159161
bigdecimal (~> 3.0)
160162
concurrent-ruby (~> 1.0)
161163
dry-core (~> 1.0)
@@ -576,7 +578,7 @@ DEPENDENCIES
576578
devise-i18n
577579
dotenv-rails (~> 3.1)
578580
dry-initializer (~> 3.1)
579-
dry-types (~> 1.7)
581+
dry-types (~> 1.8)
580582
factory_bot_rails
581583
fake_email_validator
582584
faker

0 commit comments

Comments
 (0)