From 8ec213f046076bfca071fb45207657a3455efe30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:11:49 +0200 Subject: [PATCH] chore: Update pairing_heap requirement from ~> 0.3 to >= 0.3, < 4.0 (#119) Updates the requirements on [pairing_heap](https://github.com/mhib/pairing_heap) to permit the latest version. - [Release notes](https://github.com/mhib/pairing_heap/releases) - [Commits](https://github.com/mhib/pairing_heap/compare/v0.3.0...v3.0.1) --- updated-dependencies: - dependency-name: pairing_heap dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rgl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rgl.gemspec b/rgl.gemspec index 8aa0321..b8c5b3f 100644 --- a/rgl.gemspec +++ b/rgl.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| #### Dependencies and requirements. s.add_dependency 'stream', '~> 0.5.3' - s.add_dependency 'pairing_heap', '~> 0.3' + s.add_dependency 'pairing_heap', '>= 0.3', '< 4.0' s.add_dependency 'rexml', '~> 3.2', '>= 3.2.4' s.add_development_dependency 'rake', '~> 13.0'