From f13a8977a27228d9d9a426f916007f6861aa45df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 04:53:10 +0000 Subject: [PATCH] Bump dry-schema from 1.5.6 to 1.6.0 Bumps [dry-schema](https://github.com/dry-rb/dry-schema) from 1.5.6 to 1.6.0. - [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.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 16bcb3b..d41b7b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,38 +3,33 @@ GEM specs: ast (2.4.1) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) diff-lcs (1.4.4) dotenv (2.7.6) - dry-configurable (0.11.6) + dry-configurable (0.12.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.7) - dry-equalizer (~> 0.2) + dry-core (~> 0.5, >= 0.5.0) dry-container (0.7.2) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.10) + dry-core (0.5.0) concurrent-ruby (~> 1.0) - dry-equalizer (0.3.0) dry-inflector (0.2.0) dry-initializer (3.0.4) - dry-logic (1.0.8) + dry-logic (1.1.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.2) - dry-equalizer (~> 0.2) - dry-schema (1.5.6) + dry-core (~> 0.5, >= 0.5) + dry-schema (1.6.0) 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.4.0) + dry-types (~> 1.5) + 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) i18n (1.8.5)