From 1a613fedf4b2e954222b388f495209b49ed50840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:01:15 +0000 Subject: [PATCH] Bump good_job from 4.5.1 to 4.6.0 Bumps [good_job](https://github.com/bensheldon/good_job) from 4.5.1 to 4.6.0. - [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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: good_job dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 7e0e2797..b259aaeb 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.5' +gem 'good_job', '~> 4.6' gem 'wahwah', '~> 1.6.6' diff --git a/Gemfile.lock b/Gemfile.lock index 86c6a4e6..169d0fc2 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.5.1) + good_job (4.6.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -123,13 +123,13 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - io-console (0.7.2) - irb (1.14.1) + io-console (0.8.0) + irb (1.14.2) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.0) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.3) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -142,7 +142,7 @@ GEM mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.2) + minitest (5.25.4) mocha (2.6.1) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) @@ -156,7 +156,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.16.8) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) @@ -165,7 +165,8 @@ GEM racc pg (1.5.9) prism (1.2.0) - psych (5.2.0) + psych (5.2.1) + date stringio puma (6.5.0) nio4r (~> 2.0) @@ -200,7 +201,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (8.0.0) @@ -215,7 +216,7 @@ GEM rake (13.2.1) rbs (3.6.1) logger - rdoc (6.8.1) + rdoc (6.9.0) psych (>= 4.0.0) regexp_parser (2.9.3) reline (0.5.12) @@ -253,7 +254,7 @@ GEM ffi (~> 1.12) logger ruby2_keywords (0.0.5) - securerandom (0.3.2) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -273,7 +274,7 @@ GEM unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) - useragent (0.16.10) + useragent (0.16.11) wahwah (1.6.6) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -292,7 +293,7 @@ DEPENDENCIES debug (~> 1.9) factory_bot_rails (~> 6.4) faker (~> 3.5) - good_job (~> 4.5) + good_job (~> 4.6) has_scope (~> 0.8) image_processing (~> 1.13.0) mocha (~> 2.6.1)