Skip to content

Commit

Permalink
Bump good_job from 4.2.1 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [good_job](https://github.com/bensheldon/good_job) from 4.2.1 to 4.3.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@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mattia-malnis committed Sep 16, 2024
1 parent 09a03a9 commit 00c3725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "bootsnap", require: false
gem "image_processing", "~> 1.2"

# Background Jobs [https://github.com/bensheldon/good_job]
gem "good_job", "~> 4.2"
gem "good_job", "~> 4.3"

# Pagination gem [https://github.com/ddnexus/pagy]
gem "pagy", "~> 9.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (4.2.1)
good_job (4.3.0)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -436,7 +436,7 @@ DEPENDENCIES
erb_lint (~> 0.6.0)
factory_bot_rails (~> 6.4)
ffaker (~> 2.23)
good_job (~> 4.2)
good_job (~> 4.3)
image_processing (~> 1.2)
importmap-rails
inline_svg (~> 1.10)
Expand Down

0 comments on commit 00c3725

Please sign in to comment.