Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Updates the requirements on resque to permit the latest version.

Release notes

Sourced from resque's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.7.0...v3.0.0

Changelog

Sourced from resque's changelog.

3.0.0

Breaking Changes

  • Minimum Ruby version is now 3.0.0 - Ruby 2.x is no longer supported
  • Minimum Sinatra version is now 2.0 - old Sinatra versions (0.9-1.x) are no longer supported
  • Rack 1.x is no longer supported - Resque now requires Rack 2.x or greater

Added

  • Rack 3 support and switched default Rack handler to Puma (#1912)
  • Ruby 3.4 and Rails 8.1 support (#1912 and #1906)
  • Upstream Active Job adapter from Rails (#1906)
  • Explicit redis (>= 4.0) and base64 (~> 0.1) gem dependencies (#1922)
  • Added shutdown hooks - allows plugins and adapters to know when a worker is shutting down, enabling features like Active Job Continuations (#1916, #1924)
  • Added support for dynamic interval sleep - workers can now use a faster polling interval that automatically backs off when idle, reducing Redis load (#1920)

Fixed

  • Fix circular require from Rails ActiveJob adapter (#1906)
  • Fix failed job retried_at timezone data (#1918)
  • Fix double Redis get when checking for paused workers (#1919)
  • Documentation cleanup (#1903, #1917)

2.7.0

Fixed

  • Update README.markdown (#1891)
  • Ruby does not allow logging within trap handlers (#1729)
  • Fix typo in stat.rb warning: data_strore -> data_store (#1904)
  • Ensure ruby 3.3 compatibility (#1907)

2.6.0

Fixed

  • resque-web: Fix reflected XSS in queues endpoint (#1865)
  • resque-web: Format args in YAML (#1875)
  • Fix MiniTest undefined errors (#1879)
  • Fix failing reconnect tests (#1880)

Added

  • Documents how to make the worker shutdown when the queue is empty (#1873)

2.5.0

Fixed

  • Replace File.exists? with File.exist? (#1846)

... (truncated)

Commits
  • 9fc870e Version 3.0
  • 5132537 Exclude Ruby 3.2 from Rails main tests as Rails requires Ruby >= 3.3
  • 2fe390a Apply suggestions from code review
  • d924c27 Support a dynamic interval sleep.
  • 22b790f Use the cached paused? state to set the procline.
  • 23dcb83 Fix shutdown hook test isolation by clearing hooks in global setup
  • ae11521 Add shutdown hooks
  • a9f8f19 Fix failed job retried_at timezone data
  • 3813b00 Removing testing and support for older versions of rack, redis, and sinatra
  • 34843d9 * Added Rack 3 to the build 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 [resque](https://github.com/resque/resque) to permit the latest version.
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v1.22.0...v3.0.0)

---
updated-dependencies:
- dependency-name: resque
  dependency-version: 3.0.0
  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 13, 2026
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.

1 participant