From 8ec5ac0714eb9e51d73fa0dea7eceb4a793b44f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 01:11:52 +0000 Subject: [PATCH] Update hitimes requirement from ~> 1.2 to >= 1.2, < 3.0 Updates the requirements on [hitimes](https://github.com/copiousfreetime/hitimes) to permit the latest version. - [Release notes](https://github.com/copiousfreetime/hitimes/releases) - [Changelog](https://github.com/copiousfreetime/hitimes/blob/master/HISTORY.md) - [Commits](https://github.com/copiousfreetime/hitimes/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- socketry.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socketry.gemspec b/socketry.gemspec index 6973298..0ba3ff7 100644 --- a/socketry.gemspec +++ b/socketry.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.2.6" - spec.add_runtime_dependency "hitimes", "~> 1.2" + spec.add_runtime_dependency "hitimes", ">= 1.2", "< 3.0" spec.add_development_dependency "bundler" end