Skip to content

Commit

Permalink
chore: Update pairing_heap requirement from ~> 0.3 to >= 0.3, < 4.0 (#…
Browse files Browse the repository at this point in the history
…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](mhib/pairing_heap@v0.3.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pairing_heap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent d7c989e commit 8ec213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8ec213f

Please sign in to comment.