Skip to content

Update digest-crc requirement from ~> 0.6.3 to >= 0.6.3, < 0.8.0 - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/digest-crc-gte-0.6.3-and-lt-0.8.0
Open

Update digest-crc requirement from ~> 0.6.3 to >= 0.6.3, < 0.8.0#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/digest-crc-gte-0.6.3-and-lt-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 29, 2025

Copy link
Copy Markdown

Updates the requirements on digest-crc to permit the latest version.

Release notes

Sourced from digest-crc's releases.

0.7.0 / 2025-01-28

  • Added Digest::CRC64NVMe.
  • Added Digest::CRC.implementation.
  • Reduced duplicate code.
Changelog

Sourced from digest-crc's changelog.

0.7.0 / 2025-01-28

  • Added {Digest::CRC64NVMe}.
  • Added {Digest::CRC.implementation}.
  • Reduced duplicate code.

0.6.5 / 2023-07-03

  • Corrected the implementation of {Digest::CRC5}.
  • Make digest-crc Ractor-safe.

0.6.4 / 2021-07-14

  • Silence potential method redefinition warnings when loading the C extensions. (@​ojab)

0.6.3 / 2020-12-19

  • Broaden rake dependency to >= 12.0.0, < 14.0.0` for ruby 2.7, which includes rake 13.x.

0.6.2 / 2020-12-03

  • Lower the rake dependency to ~> 12.0 for ruby 2.6.
  • Fixed a bug in ext/digest/Rakefile which prevented digest-crc from being installed on systems where C extensions could not be successfully compiled.
    • Rake's ruby method, which in turn calls rake's sh method, raises a RuntimeError exception when the ruby command fails, causing rake to exit with an error code. Instead, rescue any RuntimeError exceptions and fail gracefully.

0.6.1 / 2020-07-02

  • Fix installation issues under bundler by adding rake as an explicit dependency (@​rogerluan).

0.6.0 / 2020-07-01

  • Implement optional C extensions for all CRC algorithms, resulting in an average performance improvement of ~40x. Note, if for whatever reason the C extensions cannot be compiled, they will be skipped and the pure-Ruby CRC algorithms will be used instead. If the C extensions were successfully compiled, then they will be loaded and override the pure-Ruby CRC methods with the C equivalents.
  • Alias {Digest::CRC16QT} to {Digest::CRC16X25}, since they are effectively the same (@​dearblue).
  • Fix {Digest::CRC32::WIDTH} (@​dearblue).

pure-Ruby (ruby 2.7.1)

Loading Digest::CRC classes ...

... (truncated)

Commits
  • d7ab557 Updated the ChangeLog for 0.7.0.
  • eb8d85f Update the copyright dates.
  • 949ceea Add CRC64-NVMe
  • d3310c7 Added Digest::CRC.implementation for checking whether one is using C exts or ...
  • 1c561b3 Version bump to 0.7.0.
  • 9e50ddf Upgrade to actions/checkout@v4.
  • c4f01cd Updated the boilerplate gemspec.
  • eb3bf9e Exclude spec files from gem package
  • 77a8b9d Added ruby-3.3 to the CI matrix.
  • 126fde7 Added ruby-3.2 to the CI matrix.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [digest-crc](https://github.com/postmodern/digest-crc) to permit the latest version.
- [Release notes](https://github.com/postmodern/digest-crc/releases)
- [Changelog](https://github.com/postmodern/digest-crc/blob/main/ChangeLog.md)
- [Commits](postmodern/digest-crc@v0.6.3...v0.7.0)

---
updated-dependencies:
- dependency-name: digest-crc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants