From 47e3829fb65d6688fe0385218feca2011d608ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 11:42:53 +0100 Subject: [PATCH] Bump good_job from 4.7.0 to 4.8.1 (#708) * Bump good_job from 4.7.0 to 4.8.1 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.7.0 to 4.8.1. - [Release notes](https://github.com/bensheldon/good_job/releases) - [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md) - [Commits](https://github.com/bensheldon/good_job/compare/v4.7.0...v4.8.1) --- updated-dependencies: - dependency-name: good_job dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++++------ gemset.nix | 43 ++++++++++++++++++++++++++++++++----------- 3 files changed, 43 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 82bf8b19..ceef1093 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'puma', '~> 6.5' gem 'bcrypt', '~> 3.1' # Use GoodJob as our Active Job queue adapter -gem 'good_job', '~> 4.7' +gem 'good_job', '~> 4.8' gem 'wahwah', '~> 1.6.6' diff --git a/Gemfile.lock b/Gemfile.lock index 62b83710..975faf66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.7.0) + good_job (4.8.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -124,7 +124,8 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.8.0) - irb (1.14.3) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.1) @@ -156,7 +157,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.18.1) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) @@ -164,8 +165,11 @@ GEM ast (~> 2.4.1) racc pg (1.5.9) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) prism (1.3.0) - psych (5.2.2) + psych (5.2.3) date stringio puma (6.5.0) @@ -217,7 +221,7 @@ GEM rake (13.2.1) rbs (3.8.1) logger - rdoc (6.10.0) + rdoc (6.11.0) psych (>= 4.0.0) regexp_parser (2.10.0) reline (0.6.0) @@ -294,7 +298,7 @@ DEPENDENCIES debug (~> 1.10) factory_bot_rails (~> 6.4) faker (~> 3.5) - good_job (~> 4.7) + good_job (~> 4.8) has_scope (~> 0.8) image_processing (~> 1.13.0) mocha (~> 2.7.1) diff --git a/gemset.nix b/gemset.nix index 222caaa3..5439d821 100644 --- a/gemset.nix +++ b/gemset.nix @@ -375,10 +375,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0h27fl33qz3p9g7v4my3q10iaicj6afpbglk523518p3q4cpnvfk"; + sha256 = "1xr5405zi3r6f271nyqv089giyazaj5986pr2jn32siwfranxw1y"; type = "gem"; }; - version = "4.7.0"; + version = "4.8.1"; }; has_scope = { dependencies = ["actionpack" "activesupport"]; @@ -424,15 +424,15 @@ version = "0.8.0"; }; irb = { - dependencies = ["rdoc" "reline"]; + dependencies = ["pp" "rdoc" "reline"]; groups = ["default" "development" "test"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0lh71mn0mszffwvxgiwlp1zyr38kw8d9iqsvbk7fk2j3y7rg2my4"; + sha256 = "1478m97wiy6nwg6lnl0szy39p46acsvrhax552vsh1s2mi2sgg6r"; type = "gem"; }; - version = "1.14.3"; + version = "1.15.1"; }; json = { groups = ["default" "development"]; @@ -617,10 +617,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0xc4qs4izky1zgafabzykbxk8lc4dq6aivgxmfv3ciy3jrzbw66z"; + sha256 = "1gzqcs1kkykj8lrnbxc1iwr1wqmmaml8l6wyxdvy0vqq6gxiqyck"; type = "gem"; }; - version = "1.18.1"; + version = "1.18.2"; }; parallel = { groups = ["default" "development"]; @@ -653,6 +653,27 @@ }; version = "1.5.9"; }; + pp = { + dependencies = ["prettyprint"]; + groups = ["default" "development" "test"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll"; + type = "gem"; + }; + version = "0.6.2"; + }; + prettyprint = { + groups = ["default" "development" "test"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b"; + type = "gem"; + }; + version = "0.2.0"; + }; prism = { groups = ["default" "development"]; platforms = []; @@ -669,10 +690,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1aq6k7zw1pi022q4ilpfn78l1gka17kn9krqdh45is6khmy4gad4"; + sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4"; type = "gem"; }; - version = "5.2.2"; + version = "5.2.3"; }; puma = { dependencies = ["nio4r"]; @@ -851,10 +872,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1niyzaiwz155nhardgxiin44j1wnrsp73pwwl8xxzj9si0hm0rnv"; + sha256 = "0h00mb8wcj937srrafpjzq0klfi8rfpd4b3xpbvn9ghrn2wnzimy"; type = "gem"; }; - version = "6.10.0"; + version = "6.11.0"; }; regexp_parser = { groups = ["default" "development"];