hlascelles / que-scheduler

A lightweight cron scheduler for the async job worker Que
MIT License
115 stars 22 forks source link

Bump combustion from 1.3.7 to 1.4.0 #459

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps combustion from 1.3.7 to 1.4.0.

Changelog

Sourced from combustion's changelog.

1.4.0 - January 13th 2024

  • Drop support for Ruby 2.4, 2.5.
  • Add support for Ruby 3.2, 3.3.
  • Avoid clear_active_connections! deprecation warning with Rails 7.1.
  • Avoid cache_format_version deprecation warning with Rails 7.1 (Matt Jankowski).
  • Check versions against direct dependency railties, instead of rails (Andrew Kane).
Commits
  • b3bf79a 1.4.0
  • d81fea3 Use railties for version gates
  • 30cb9bb Merge pull request #135 from pat/rubygems-build-fix
  • 06058f9 Test against MRI 3.3
  • 72d72f6 Add Rails 7.1, limit Rails edge to MRI 3.1+
  • 816dc2f Constrain sqlite3 versions for legacy Ruby versions
  • 18e369e Avoid updating Rubygems
  • da55de7 build: use latest ubuntu for builds
  • cbee4e8 Merge pull request #131 from mjankowski/rails-7-1-deprecation-warning-cache-f...
  • 3938e87 Set active_support cache format on Rails 7.1
  • 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 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)