Skip to content

Commit

Permalink
chore(deps): update dependency dry-types to "~> 1.8.0" (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 880da4e commit e54b0c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "hutch", "~> 1.1"
gem "pg", "~> 1.2"

gem "dry-struct", "~> 1.6.0"
gem "dry-types", "~> 1.7.0"
gem "dry-types", "~> 1.8.0"
gem "uuid4", "~> 1.3"

# Use Redis adapter to run Action Cable in production
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,16 @@ GEM
dry-configurable (1.2.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.2)
dry-core (1.1.0)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.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-schema (1.13.4)
concurrent-ruby (~> 1.0)
Expand All @@ -156,7 +157,7 @@ GEM
dry-types (>= 1.7, < 2)
ice_nine (~> 0.11)
zeitwerk (~> 2.6)
dry-types (1.7.2)
dry-types (1.8.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
Expand Down Expand Up @@ -203,7 +204,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -435,7 +436,7 @@ DEPENDENCIES
config (~> 5.5)
draper (~> 4.0)
dry-struct (~> 1.6.0)
dry-types (~> 1.7.0)
dry-types (~> 1.8.0)
dry-validation (~> 1.10)
factory_bot_rails
forked (~> 0.1.2)
Expand Down

0 comments on commit e54b0c5

Please sign in to comment.