Skip to content

Commit

Permalink
Bump good_job from 3.25.0 to 3.26.1 (#547)
Browse files Browse the repository at this point in the history
* Bump good_job from 3.25.0 to 3.26.1

Bumps [good_job](https://github.com/bensheldon/good_job) from 3.25.0 to 3.26.1.
- [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.25.0...v3.26.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Mar 2, 2024
1 parent fba2bcd commit 7fa73c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'active_model_serializers', '~> 0.10'
gem 'bcrypt', '~> 3.1'

# Use GoodJob as our Active Job queue adapter
gem 'good_job', '~> 3.25'
gem 'good_job', '~> 3.26'

gem 'wahwah', '~> 1.5.1'

Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
Expand All @@ -115,12 +114,12 @@ GEM
faker (3.2.3)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
fugit (1.10.0)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
good_job (3.25.0)
good_job (3.26.1)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down Expand Up @@ -229,7 +228,7 @@ GEM
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.2)
reline (0.4.3)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.60.1)
Expand Down Expand Up @@ -266,7 +265,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
stringio (3.1.0)
thor (1.3.0)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -291,7 +290,7 @@ DEPENDENCIES
debug (~> 1.9)
factory_bot_rails (~> 6.4)
faker (~> 3.2)
good_job (~> 3.25)
good_job (~> 3.26)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
mocha (~> 2.1.0)
Expand Down
21 changes: 10 additions & 11 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fa73c3

Please sign in to comment.