Skip to content

Commit

Permalink
chore(deps): update dependency dry-struct to "~> 1.7.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jgraichen committed Jan 13, 2025
1 parent e54b0c5 commit 7bd1ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "bulk_insert", "~> 1.8"
gem "hutch", "~> 1.1"
gem "pg", "~> 1.2"

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

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ GEM
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-struct (1.6.0)
dry-core (~> 1.0, < 2)
dry-types (>= 1.7, < 2)
dry-struct (1.7.0)
dry-core (~> 1.1)
dry-types (~> 1.8)
ice_nine (~> 0.11)
zeitwerk (~> 2.6)
dry-types (1.8.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ DEPENDENCIES
concurrent-ruby (~> 1.1)
config (~> 5.5)
draper (~> 4.0)
dry-struct (~> 1.6.0)
dry-struct (~> 1.7.0)
dry-types (~> 1.8.0)
dry-validation (~> 1.10)
factory_bot_rails
Expand Down

0 comments on commit 7bd1ee5

Please sign in to comment.