Skip to content

Commit 76de744

Browse files
Bump dry-types from 1.7.1 to 1.8.1
Bumps [dry-types](https://github.com/dry-rb/dry-types) from 1.7.1 to 1.8.1. - [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.1...v1.8.1) --- updated-dependencies: - dependency-name: dry-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 571d92f commit 76de744

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Gemfile.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,29 @@ GEM
2424
minitest (>= 5.1)
2525
tzinfo (~> 2.0)
2626
ast (2.4.2)
27+
bigdecimal (3.1.9)
2728
coderay (1.1.3)
28-
concurrent-ruby (1.3.4)
29+
concurrent-ruby (1.3.5)
2930
diff-lcs (1.5.0)
3031
docile (1.4.0)
31-
dry-core (1.0.0)
32+
dry-core (1.1.0)
3233
concurrent-ruby (~> 1.0)
34+
logger
3335
zeitwerk (~> 2.6)
34-
dry-inflector (1.0.0)
36+
dry-inflector (1.2.0)
3537
dry-initializer (3.1.1)
36-
dry-logic (1.5.0)
38+
dry-logic (1.6.0)
39+
bigdecimal
3740
concurrent-ruby (~> 1.0)
38-
dry-core (~> 1.0, < 2)
41+
dry-core (~> 1.1)
3942
zeitwerk (~> 2.6)
4043
dry-struct (1.6.0)
4144
dry-core (~> 1.0, < 2)
4245
dry-types (>= 1.7, < 2)
4346
ice_nine (~> 0.11)
4447
zeitwerk (~> 2.6)
45-
dry-types (1.7.1)
48+
dry-types (1.8.1)
49+
bigdecimal (~> 3.0)
4650
concurrent-ruby (~> 1.0)
4751
dry-core (~> 1.0)
4852
dry-inflector (~> 1.0)
@@ -57,6 +61,7 @@ GEM
5761
concurrent-ruby (~> 1.0)
5862
ice_nine (0.11.2)
5963
json (2.6.3)
64+
logger (1.6.5)
6065
method_source (1.0.0)
6166
minitest (5.25.4)
6267
neatjson (0.10.5)
@@ -150,7 +155,7 @@ GEM
150155
concurrent-ruby (~> 1.0)
151156
unicode-display_width (1.8.0)
152157
unicode_utils (1.4.0)
153-
zeitwerk (2.6.7)
158+
zeitwerk (2.6.18)
154159

155160
PLATFORMS
156161
aarch64-linux

0 commit comments

Comments
 (0)