From 3e2177bd6c9411752a5c54b4b88b3ece2e94dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:38:56 +0000 Subject: [PATCH] Bump dry-matcher from 0.8.3 to 0.9.0 Bumps [dry-matcher](https://github.com/dry-rb/dry-matcher) from 0.8.3 to 0.9.0. - [Release notes](https://github.com/dry-rb/dry-matcher/releases) - [Changelog](https://github.com/dry-rb/dry-matcher/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-matcher/compare/v0.8.3...v0.9.0) --- updated-dependencies: - dependency-name: dry-matcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- use_cases.gemspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 140905a..1452362 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gemspec gem "activesupport", "~> 6.1.0" -gem "dry-matcher", "~> 0.8.0" +gem "dry-matcher", "~> 0.9.0" gem "dry-monads", "~> 1.0.0" gem "dry-validation", "~> 1.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9512603..6da39a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: use_cases (3.0.3) activesupport (~> 6.1, >= 6.1.0) - dry-matcher (~> 0.8, >= 0.5.0) + dry-matcher (>= 0.8, < 2.0) dry-monads (~> 1.0, >= 1.0.0) dry-validation (~> 1.8, >= 1.8.0) @@ -37,8 +37,8 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 0.9, >= 0.9) zeitwerk (~> 2.6) - dry-matcher (0.8.3) - dry-core (>= 0.4.8) + dry-matcher (0.9.0) + dry-core (~> 0.4, >= 0.4.8) dry-monads (1.0.1) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.4) @@ -125,7 +125,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.1.0) byebug (~> 11.1, >= 11.1.3) - dry-matcher (~> 0.8.0) + dry-matcher (~> 0.9.0) dry-monads (~> 1.0.0) dry-validation (~> 1.8.0) pry-byebug diff --git a/use_cases.gemspec b/use_cases.gemspec index 084e788..028ff30 100644 --- a/use_cases.gemspec +++ b/use_cases.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| # guide at: https://bundler.io/guides/creating_gem.html spec.add_dependency "activesupport", "~> 6.1", ">= 6.1.0" - spec.add_dependency "dry-matcher", "~> 0.8", ">= 0.5.0" + spec.add_dependency "dry-matcher", ">= 0.8", "< 2.0" spec.add_dependency "dry-monads", "~> 1.0", ">= 1.0.0" spec.add_dependency "dry-validation", "~> 1.8", ">= 1.8.0"