Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump resque from 2.3.0 to 2.6.0 #11695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps resque from 2.3.0 to 2.6.0.

Release notes

Sourced from resque's releases.

v2.6.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.5.0...v2.6.0

v2.5.0

Bunch of bug and deprecation warning fixes in this release. Big thanks to everyone who's contributed to this release!

What's Changed

New Contributors

Full Changelog: resque/resque@v2.4.0...v2.5.0

v2.4.0

What's Changed

New Contributors

Full Changelog: resque/resque@v2.3.0...v2.4.0

Changelog

Sourced from resque's changelog.

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)
  • Escape Resque.redis_id for stats page (#1834)
  • Escape resque info values (#1832)
  • Correctly show the values of hash and none type on stats tab (#1838)
  • Fix logging the worker name when starting the task (#1837)

Added

  • Raise an error when no available Rack server was found (#1836)
  • Move code in Resque::Server.helpers block into a module to make it testable (#1851)

2.4.0

Fixed

  • Remove thread_safe arg in Redis instantiaons (#1822)
  • Updated Test Matrix for Redis 5.0 (#1824)
  • Fix redis-rb 4.8 deprecation warnings (#1827)
  • Fix redis-rb 5.0 compatibility issues (#1828)
Commits
  • 2f9d080 Version 2.6.0 and Changelog
  • 3502893 Make tests for reconnect pass again
  • 18d63e2 Fix MiniTest undefined errors
  • 771b5d2 Documents how to make the worker shutdown when the queue is empty
  • ae3fe72 format args in YAML
  • 7623b8d Fix reflected XSS in queue
  • 811ef35 Version 2.5.0
  • f8444d3 Add tests for #redis_get_size and #redis_get_value_as_array
  • e080135 Cut out codes in the helpers block into a module
  • d683029 Remove unused file
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [resque](https://github.com/resque/resque) from 2.3.0 to 2.6.0.
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v2.3.0...v2.6.0)

---
updated-dependencies:
- dependency-name: resque
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Ruby labels Dec 18, 2023
Copy link

codeclimate bot commented Dec 18, 2023

Code Climate has analyzed commit 5175ea3 and detected 0 issues on this pull request.

View more on Code Climate.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants