From 563c4a0468c7ba30ae1ebaa6087d59da20b3b925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:38:54 +0000 Subject: [PATCH] Bump dry-validation from 1.8.1 to 1.9.0 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](https://github.com/dry-rb/dry-validation/compare/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] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 140905a..dd3db4a 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 9512603..1324fda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)