diff --git a/Gemfile b/Gemfile index f39baf7a..9681404e 100644 --- a/Gemfile +++ b/Gemfile @@ -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.30' +gem 'good_job', '~> 4.0' gem 'wahwah', '~> 1.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 666b4d57..00f395ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,13 +119,13 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (3.30.0) - activejob (>= 6.0.0) - activerecord (>= 6.0.0) - concurrent-ruby (>= 1.0.2) - fugit (>= 1.1) - railties (>= 6.0.0) - thor (>= 0.14.1) + good_job (4.0.3) + activejob (>= 6.1.0) + activerecord (>= 6.1.0) + concurrent-ruby (>= 1.3.1) + fugit (>= 1.11.0) + railties (>= 6.1.0) + thor (>= 1.0.0) has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -135,7 +135,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) - irb (1.13.2) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -153,7 +153,6 @@ GEM marcel (1.0.4) mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) minitest (5.24.1) mocha (2.4.0) ruby2_keywords (>= 0.0.5) @@ -169,8 +168,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.6) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) parallel (1.25.1) parser (3.3.4.0) @@ -186,7 +184,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.0) - rack (3.1.6) + rack (3.1.7) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (2.0.0) @@ -291,7 +289,7 @@ GEM zeitwerk (2.6.16) PLATFORMS - ruby + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10) @@ -302,7 +300,7 @@ DEPENDENCIES debug (~> 1.9) factory_bot_rails (~> 6.4) faker (~> 3.4) - good_job (~> 3.30) + good_job (~> 4.0) has_scope (~> 0.8) image_processing (~> 1.12.2) mocha (~> 2.4.0)