From 37c62882dc060a964a1ef8bf9dd14adc6cc1be37 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:14:46 +0000 Subject: [PATCH] Bump dry-schema from 1.5.6 to 1.6.1 Bumps [dry-schema](https://github.com/dry-rb/dry-schema) from 1.5.6 to 1.6.1. - [Release notes](https://github.com/dry-rb/dry-schema/releases) - [Changelog](https://github.com/dry-rb/dry-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-schema/compare/v1.5.6...v1.6.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 689f1cb..d9e10e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM ast (2.4.1) bcrypt (3.1.16) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) diff-lcs (1.4.4) dotenv (2.7.6) dry-auto_inject (0.7.0) @@ -31,14 +31,13 @@ GEM dry-logic (1.1.0) concurrent-ruby (~> 1.0) dry-core (~> 0.5, >= 0.5) - dry-schema (1.5.6) + dry-schema (1.6.1) concurrent-ruby (~> 1.0) dry-configurable (~> 0.8, >= 0.8.3) - dry-core (~> 0.4) - dry-equalizer (~> 0.2) + dry-core (~> 0.5, >= 0.5) dry-initializer (~> 3.0) dry-logic (~> 1.0) - dry-types (~> 1.4) + dry-types (~> 1.5) dry-struct (1.3.0) dry-core (~> 0.4, >= 0.4.4) dry-equalizer (~> 0.3) @@ -53,11 +52,10 @@ GEM dry-equalizer (~> 0.2) dry-inflector (~> 0.1, >= 0.1.2) dry-struct (~> 1.0) - dry-types (1.4.0) + dry-types (1.5.0) concurrent-ruby (~> 1.0) dry-container (~> 0.3) - dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.3) + dry-core (~> 0.5, >= 0.5) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) dry-validation (1.6.0)