Skip to content

Update hitimes requirement from = 2.0.0 to = 3.1.0#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/hitimes-eq-3.1.0
Open

Update hitimes requirement from = 2.0.0 to = 3.1.0#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/hitimes-eq-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Updates the requirements on hitimes to permit the latest version.

Changelog

Sourced from hitimes's changelog.

Versino 3.1.0 - 2025-01-24

  • Update the supported ruby versions to be 3.1 and up

Version 3.0.0 - 2024-05-01

  • Migrated to SemaphoreCI for doing full test runs on all active ruby versions.
  • Remove the dependency on Process.clock_getres as it is unreliable.
  • This has the effect of deprecating some Hitimes constants that had been documented as public. These are now removed as this is a major version update
    • Hitimes::CLOCK_RESOLUTION_NANOSECONDS
    • Hitimes::CLOCK_RESOLUTION_SECONDS
    • Hitimes::INSTANT_CONVERSION_FACTOR
    • Hitimes.clock_resolution_description
    • Hitimes.clock_description
  • Added Rubocop for some coding consistency
  • Updated the supported ruby version to be 3.0 and up
  • Updated all dependencies
  • Changed how all the assert_delta style tests were done so they were not so flakey
  • Hitimes will now emit a warn message if it ends up using CLOCK_REALTIME
  • Hitimes will raise an exception if it cannot find a valid clock id. This is a bug and a message to file a report is in the exception

Version 2.0.0 2019-09-23

  • Remove the C and Java extensions as Process.clock_gettime() has the same resolution as what the extensions did.
  • Update all depedencies and resolve deprecations
  • Now usable on truffleruby

Version 1.3.1 2019-01-18

  • Update jruby extension to not use global runtime state (thanks @​kares) (#70)
  • Update travis CI config
  • Update documentataion for Ruby 2.6

Version 1.3.0 2018-06-15

  • Add api method Hitimes.raw_instant to expose raw OS instant value
  • Add api constant Hitimes::INSTANT_CONVERSION_FACTOR to expose raw OS instant conversion factor
  • other development cleanup tasks

Version 1.2.6 2017-08-04

Version 1.2.5 2017-05-25

  • Update dependencies
  • Add ruby 2.4 to windows fatbinary
  • Update docs to indicate windows ruby before 2.0 is no longer supported

Version 1.2.4 2016-05-01

... (truncated)

Commits

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 [hitimes](https://github.com/copiousfreetime/hitimes) to permit the latest version.
- [Changelog](https://github.com/copiousfreetime/hitimes/blob/main/HISTORY.md)
- [Commits](copiousfreetime/hitimes@v2.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 24, 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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants