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 the production-dependencies group with 3 updates #1592

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the production-dependencies group with 3 updates: good_job, sentry-rails and sentry-ruby.

Updates good_job from 3.29.5 to 4.0.0

Release notes

Sourced from good_job's releases.

v4.0.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v3.99.0...v4.0.0

v3.99.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v3.30.1...v3.99.0

v3.30.1

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v3.30.0...v3.30.1

v3.30.0

Review the Changelog for more details.

What's Changed

Full Changelog: bensheldon/good_job@v3.29.5...v3.30.0

Changelog

Sourced from good_job's changelog.

v4.0.0 (2024-07-07)

Full Changelog

Implemented enhancements:

v3.99.0 (2024-07-07)

Full Changelog

Merged pull requests:

v3.30.1 (2024-07-06)

Full Changelog

Fixed bugs:

  • Fix Performance table formatting, change url from performances to singular performance #1393 (bensheldon)
  • Add a version check for Rails whether to use pg interval or calculate float #1389 (bensheldon)

Merged pull requests:

v3.30.0 (2024-07-05)

Full Changelog

Implemented enhancements:

  • Added GoodJob::DiscreteExecution#duration column #1374 (SebouChu)

Closed issues:

  • Job retried infinitely #1384

Merged pull requests:

  • Use newer syntax in documentation for wait config on retry #1380 (benoittgt)
Commits
  • c879d5d Release good_job v4.0.0
  • 8379687 Release GoodJob v4 (#1394)
  • 06e0f06 Release good_job v3.99.0
  • 63db687 Remove deprecation silencers for v3.99 release (#1395)
  • e7c89be Add instructions and GoodJob.v4_ready? for upgrading to v4 (#1356)
  • bdee855 Release good_job v3.30.1
  • 3baddb1 Fix Performance table formatting, change url from performances to singular ...
  • 493f790 Add missing newline after frozen string literal for migrations (#1392)
  • 7329acc Add a version check for Rails whether to use pg interval or calculate float (...
  • b5dd1ff Move job execution logic from Execution to BaseExecution to simplify v4 chang...
  • Additional commits viewable in compare view

Updates sentry-rails from 5.18.0 to 5.18.1

Changelog

Sourced from sentry-rails's changelog.

5.18.1

Bug Fixes

  • Drop Gem::Specification's usage so it doesn't break bundler standalone (#2335)
Commits

Updates sentry-ruby from 5.18.0 to 5.18.1

Changelog

Sourced from sentry-ruby's changelog.

5.18.1

Bug Fixes

  • Drop Gem::Specification's usage so it doesn't break bundler standalone (#2335)
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [good_job](https://github.com/bensheldon/good_job), [sentry-rails](https://github.com/getsentry/sentry-ruby) and [sentry-ruby](https://github.com/getsentry/sentry-ruby).


Updates `good_job` from 3.29.5 to 4.0.0
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v3.29.5...v4.0.0)

Updates `sentry-rails` from 5.18.0 to 5.18.1
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.18.0...5.18.1)

Updates `sentry-ruby` from 5.18.0 to 5.18.1
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.18.0...5.18.1)

---
updated-dependencies:
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
@skelz0r skelz0r merged commit 0038bae into develop Jul 8, 2024
4 checks passed
@skelz0r skelz0r deleted the dependabot/bundler/production-dependencies-36cbcd1232 branch July 8, 2024 06:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant