From 01c3ef7d0cff7c8e57e52a36c95044e61b9f982e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 04:46:37 +0000 Subject: [PATCH] Update dry-configurable requirement from >= 0.7, < 0.12 to >= 0.7, < 0.13 Updates the requirements on [dry-configurable](https://github.com/dry-rb/dry-configurable) to permit the latest version. - [Release notes](https://github.com/dry-rb/dry-configurable/releases) - [Changelog](https://github.com/dry-rb/dry-configurable/blob/master/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-configurable/compare/v0.7.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- matchd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchd.gemspec b/matchd.gemspec index 9c97c63..9cc33bd 100644 --- a/matchd.gemspec +++ b/matchd.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "async-dns", "~> 1.2.0" spec.add_runtime_dependency "daemons" - spec.add_runtime_dependency "dry-configurable", ">= 0.7", "< 0.12" + spec.add_runtime_dependency "dry-configurable", ">= 0.7", "< 0.13" spec.add_runtime_dependency "thor", "~> 0.20.0" spec.add_development_dependency "bundler", "~> 1.16"