From 4cae928d0f9fd3b78b2d787eddfa5bbe44054108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:24:20 +0000 Subject: [PATCH] Update hitimes requirement from = 2.0.0 to = 3.0.0 Updates the requirements on [hitimes](https://github.com/copiousfreetime/hitimes) to permit the latest version. - [Changelog](https://github.com/copiousfreetime/hitimes/blob/main/HISTORY.md) - [Commits](https://github.com/copiousfreetime/hitimes/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: hitimes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdk.gemspec b/pdk.gemspec index 4374ec25..4f54bf8f 100644 --- a/pdk.gemspec +++ b/pdk.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| # Childprocess and deps spec.add_runtime_dependency 'childprocess', '~> 5.0' - spec.add_runtime_dependency 'hitimes', '2.0.0' + spec.add_runtime_dependency 'hitimes', '3.0.0' ## root tty gems spec.add_runtime_dependency 'tty-prompt', '~> 0.23'