Skip to content

Commit d0fa6f5

Browse files
authored
Bump good_job from 4.9.0 to 4.9.3 (#3343)
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.9.0 to 4.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/releases">good_job's releases</a>.</em></p> <blockquote> <h2>v4.9.3</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v493-2025-03-10">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Fix instrumentation of &quot;perform_job.good_job&quot; event by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1616">bensheldon/good_job#1616</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3">https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3</a></p> <h2>v4.9.2</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v492-2025-03-09">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue by <a href="https://github.com/bensheldon"><code>@​bensheldon</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1615">bensheldon/good_job#1615</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2">https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2</a></p> <h2>v4.9.1</h2> <p><em>Review the <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md#v491-2025-03-09">Changelog</a> for more details.</em></p> <h2>What's Changed</h2> <ul> <li>Update <code>form_with</code> calls to be compatible with Rails 8 by <a href="https://github.com/sallyhall"><code>@​sallyhall</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">bensheldon/good_job#1610</a></li> <li>Order Dashboard jobs in more &quot;natural&quot; order by <a href="https://github.com/francois"><code>@​francois</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">bensheldon/good_job#1604</a></li> <li>Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (<a href="https://redirect.github.com/bensheldon/good_job/issues/1603">#1603</a>) by <a href="https://github.com/Intrepidd"><code>@​Intrepidd</code></a> in <a href="https://redirect.github.com/bensheldon/good_job/pull/1605">bensheldon/good_job#1605</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sallyhall"><code>@​sallyhall</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">bensheldon/good_job#1610</a></li> <li><a href="https://github.com/francois"><code>@​francois</code></a> made their first contribution in <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">bensheldon/good_job#1604</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1">https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md">good_job's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.9.3">v4.9.3</a> (2025-03-10)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3">Full Changelog</a></p> <p><strong>Closed issues:</strong></p> <ul> <li>perform_job.good_job notification for successful jobs has error_event: :discarded <a href="https://redirect.github.com/bensheldon/good_job/issues/1609">#1609</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix instrumentation of &quot;perform_job.good_job&quot; event <a href="https://redirect.github.com/bensheldon/good_job/pull/1616">#1616</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.9.2">v4.9.2</a> (2025-03-09)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Quiet duplicate cron enqueue logging by pretending it was halted at before_enqueue <a href="https://redirect.github.com/bensheldon/good_job/pull/1615">#1615</a> (<a href="https://github.com/bensheldon">bensheldon</a>)</li> </ul> <h2><a href="https://github.com/bensheldon/good_job/tree/v4.9.1">v4.9.1</a> (2025-03-09)</h2> <p><a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.1">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Order Dashboard jobs in more &quot;natural&quot; order <a href="https://redirect.github.com/bensheldon/good_job/pull/1604">#1604</a> (<a href="https://github.com/francois">francois</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>[dashboard] Scheduled tasks are shown &quot;backwards&quot; <a href="https://redirect.github.com/bensheldon/good_job/issues/1580">#1580</a></li> <li>Update <code>form_with</code> calls to be compatible with Rails 8 <a href="https://redirect.github.com/bensheldon/good_job/pull/1610">#1610</a> (<a href="https://github.com/sallyhall">sallyhall</a>)</li> <li>Add index on good_jobs: [:concurrency_key, :created_at] to improve performance of throttling (<a href="https://redirect.github.com/bensheldon/good_job/issues/1603">#1603</a>) <a href="https://redirect.github.com/bensheldon/good_job/pull/1605">#1605</a> (<a href="https://github.com/Intrepidd">Intrepidd</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Cron did not enqueue jobs <a href="https://redirect.github.com/bensheldon/good_job/issues/1600">#1600</a></li> <li>Same job performed by all threads <a href="https://redirect.github.com/bensheldon/good_job/issues/1599">#1599</a></li> <li>Option for bin/rails g good_job:install to purge Solid gems <a href="https://redirect.github.com/bensheldon/good_job/issues/1593">#1593</a></li> <li>Jobs are not being picked up at the expected rate <a href="https://redirect.github.com/bensheldon/good_job/issues/1578">#1578</a></li> <li>Question about GoodJob Batches in tests <a href="https://redirect.github.com/bensheldon/good_job/issues/1479">#1479</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bensheldon/good_job/commit/51d90b4262070079f34615fcea9e8a8806f7de42"><code>51d90b4</code></a> Release good_job v4.9.3</li> <li><a href="https://github.com/bensheldon/good_job/commit/1103d473ed44645c16e184d7592430dc7c5e9157"><code>1103d47</code></a> Fix instrumentation of &quot;perform_job.good_job&quot; event (<a href="https://redirect.github.com/bensheldon/good_job/issues/1616">#1616</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/41954306a683146bf4ab4f27e7102dca0d05e281"><code>4195430</code></a> Release good_job v4.9.2</li> <li><a href="https://github.com/bensheldon/good_job/commit/e6f570fb57b7d2eae7c696f8c076e675cadb4609"><code>e6f570f</code></a> Quiet duplicate cron enqueue logging by pretending it was halted at before_en...</li> <li><a href="https://github.com/bensheldon/good_job/commit/be20e830d7e358cc68b7a0fbfd1b79d6bf5a9f77"><code>be20e83</code></a> Release good_job v4.9.1</li> <li><a href="https://github.com/bensheldon/good_job/commit/383a87f7085e6b8764fb1cb18edcbf66fdb1d1a5"><code>383a87f</code></a> Add index on good_jobs: [:concurrency_key, :created_at] to improve performanc...</li> <li><a href="https://github.com/bensheldon/good_job/commit/5b82975443658119a0da27bb59971c216fbc0118"><code>5b82975</code></a> Order Dashboard jobs in more &quot;natural&quot; order (<a href="https://redirect.github.com/bensheldon/good_job/issues/1604">#1604</a>)</li> <li><a href="https://github.com/bensheldon/good_job/commit/17fbd2ac715b44ea2b789ffe3e728d16b066eaa2"><code>17fbd2a</code></a> Update README.md to fix <code>GoodJob.current_thread_running?</code> method name</li> <li><a href="https://github.com/bensheldon/good_job/commit/21e5e79f24809dd89c7c231944b0e2264f755bca"><code>21e5e79</code></a> Update <code>form_with</code> calls to be compatible with Rails 8 (<a href="https://redirect.github.com/bensheldon/good_job/issues/1610">#1610</a>)</li> <li>See full diff in <a href="https://github.com/bensheldon/good_job/compare/v4.9.0...v4.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=good_job&package-manager=bundler&previous-version=4.9.0&new-version=4.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents e000ebf + 88d49bb commit d0fa6f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ GEM
260260
raabro (~> 1.4)
261261
globalid (1.2.1)
262262
activesupport (>= 6.1)
263-
good_job (4.9.0)
263+
good_job (4.9.3)
264264
activejob (>= 6.1.0)
265265
activerecord (>= 6.1.0)
266266
concurrent-ruby (>= 1.3.1)
@@ -297,7 +297,7 @@ GEM
297297
i18n (1.14.7)
298298
concurrent-ruby (~> 1.0)
299299
io-console (0.8.0)
300-
irb (1.15.1)
300+
irb (1.15.2)
301301
pp (>= 0.6.0)
302302
rdoc (>= 4.0.0)
303303
reline (>= 0.4.2)
@@ -382,9 +382,9 @@ GEM
382382
net-protocol
383383
nio4r (2.7.4)
384384
nkf (0.2.0)
385-
nokogiri (1.18.4-arm64-darwin)
385+
nokogiri (1.18.7-arm64-darwin)
386386
racc (~> 1.4)
387-
nokogiri (1.18.4-x86_64-linux-gnu)
387+
nokogiri (1.18.7-x86_64-linux-gnu)
388388
racc (~> 1.4)
389389
notifications-ruby-client (6.2.0)
390390
jwt (>= 1.5, < 3)
@@ -505,11 +505,11 @@ GEM
505505
ffi (~> 1.0)
506506
rbs (3.8.1)
507507
logger
508-
rdoc (6.12.0)
508+
rdoc (6.13.1)
509509
psych (>= 4.0.0)
510510
redcarpet (3.6.0)
511511
regexp_parser (2.10.0)
512-
reline (0.6.0)
512+
reline (0.6.1)
513513
io-console (~> 0.5)
514514
responders (3.1.1)
515515
actionpack (>= 5.2)
@@ -632,7 +632,7 @@ GEM
632632
stackprof (0.2.27)
633633
stimulus-rails (1.3.4)
634634
railties (>= 6.0.0)
635-
stringio (3.1.5)
635+
stringio (3.1.6)
636636
swd (2.0.3)
637637
activesupport (>= 3)
638638
attr_required (>= 0.0.5)

0 commit comments

Comments
 (0)