Skip to content

Commit

Permalink
Bump dry-validation from 1.8.1 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [dry-validation](https://github.com/dry-rb/dry-validation) from 1.8.1 to 1.9.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.8.1...v1.9.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] committed Jan 9, 2023
1 parent 1672c32 commit 563c4a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
gem "activesupport", "~> 6.1.0"
gem "dry-matcher", "~> 0.8.0"
gem "dry-monads", "~> 1.0.0"
gem "dry-validation", "~> 1.8.0"
gem "dry-validation", "~> 1.9.0"

group :development, :test do
gem "pry-byebug"
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.3, >= 1.3)
zeitwerk (~> 2.6)
dry-validation (1.8.1)
dry-validation (1.9.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.5, >= 0.5)
dry-core (~> 0.9, >= 0.9)
dry-initializer (~> 3.0)
dry-schema (~> 1.8, >= 1.8.0)
dry-schema (~> 1.11, >= 1.11.0)
zeitwerk (~> 2.6)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
Expand Down Expand Up @@ -127,7 +128,7 @@ DEPENDENCIES
byebug (~> 11.1, >= 11.1.3)
dry-matcher (~> 0.8.0)
dry-monads (~> 1.0.0)
dry-validation (~> 1.8.0)
dry-validation (~> 1.9.0)
pry-byebug
rake (~> 13.0)
rspec (~> 3.12.0)
Expand Down

0 comments on commit 563c4a0

Please sign in to comment.