From dc61ac66ec551a7040fd4994fd11b2846d8ed6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:03:45 +0000 Subject: [PATCH] Bump dry-monads from 1.0.1 to 1.5.0 Bumps [dry-monads](https://github.com/dry-rb/dry-monads) from 1.0.1 to 1.5.0. - [Release notes](https://github.com/dry-rb/dry-monads/releases) - [Changelog](https://github.com/dry-rb/dry-monads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-monads/compare/v1.0.1...v1.5.0) --- updated-dependencies: - dependency-name: dry-monads dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 140905a..cea9876 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem "activesupport", "~> 6.1.0" gem "dry-matcher", "~> 0.8.0" -gem "dry-monads", "~> 1.0.0" +gem "dry-monads", "~> 1.5.0" gem "dry-validation", "~> 1.8.0" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 9512603..1739989 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM ast (2.4.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) diff-lcs (1.5.0) docile (1.4.0) dry-configurable (0.16.1) @@ -30,7 +30,6 @@ GEM dry-core (0.9.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) - dry-equalizer (0.3.0) dry-inflector (0.3.0) dry-initializer (3.1.1) dry-logic (1.3.0) @@ -39,10 +38,10 @@ GEM zeitwerk (~> 2.6) dry-matcher (0.8.3) dry-core (>= 0.4.8) - dry-monads (1.0.1) + dry-monads (1.5.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.4) - dry-equalizer + dry-core (~> 0.9, >= 0.9) + zeitwerk (~> 2.6) dry-schema (1.11.3) concurrent-ruby (~> 1.0) dry-configurable (~> 0.16, >= 0.16) @@ -126,7 +125,7 @@ DEPENDENCIES activesupport (~> 6.1.0) byebug (~> 11.1, >= 11.1.3) dry-matcher (~> 0.8.0) - dry-monads (~> 1.0.0) + dry-monads (~> 1.5.0) dry-validation (~> 1.8.0) pry-byebug rake (~> 13.0)