Skip to content

Commit

Permalink
build(deps): bump dry-validation from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [dry-validation](https://github.com/dry-rb/dry-validation) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/dry-rb/dry-validation/releases)
- [Changelog](https://github.com/dry-rb/dry-validation/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-validation@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: dry-validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 4d9254a commit 3ea1ad6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ GEM
dry-auto_inject (1.0.1)
dry-core (~> 1.0)
zeitwerk (~> 2.6)
dry-configurable (1.2.0)
dry-core (~> 1.0, < 2)
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
Expand All @@ -495,26 +495,26 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.4)
dry-schema (1.14.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
dry-core (~> 1.1)
dry-initializer (~> 3.2)
dry-logic (~> 1.5)
dry-types (~> 1.8)
zeitwerk (~> 2.6)
dry-types (1.7.2)
dry-types (1.8.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
dry-validation (1.11.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
dry-core (~> 1.1)
dry-initializer (~> 3.2)
dry-schema (~> 1.14)
zeitwerk (~> 2.6)
dumb_delegator (1.1.0)
em-http-request (1.1.7)
Expand Down

0 comments on commit 3ea1ad6

Please sign in to comment.