Update dependency io-event to v1.14.2

This MR contains the following updates:

Package Update Change MyDiffEnd
io-event minor 1.12.1 -> 1.14.2 https://my.diffend.io/gems/io-event/1.12.1/1.14.2

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

socketry/io-event (io-event)

v1.14.2

Compare Source

v1.14.1

Compare Source

v1.14.0

Compare Source

Enhanced IO::Event::PriorityHeap with deletion and bulk insertion methods

The {ruby IO::Event::PriorityHeap} now supports efficient element removal and bulk insertion:

  • delete(element): Remove a specific element from the heap in O(n) time
  • delete_if(&block): Remove elements matching a condition with O(n) amortized bulk deletion
  • concat(elements): Add multiple elements efficiently in O(n) time
heap = IO::Event::PriorityHeap.new

v1.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading