diff --git a/Gemfile b/Gemfile index 04b70592..36f6985f 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.25' +gem 'good_job', '~> 3.26' gem 'wahwah', '~> 1.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6a799fa3..7b0caf96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/gemset.nix b/gemset.nix index 52ffd02a..6fcc6488 100644 --- a/gemset.nix +++ b/gemset.nix @@ -287,15 +287,14 @@ version = "1.4.0"; }; drb = { - dependencies = ["ruby2_keywords"]; groups = ["default" "development" "test"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "03ylflxbp9jrs1hx3d4wvx05yb9hdq4a0r706zz6qc6kvqfazr79"; + sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; type = "gem"; }; - version = "2.2.0"; + version = "2.2.1"; }; erubi = { groups = ["default" "development" "test"]; @@ -367,10 +366,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1h88378s14r642k9f5xg74ck69kss1jfgx1b3wid67fha3qd8zz4"; + sha256 = "10m9b2gvwfvmm61000mq7n8q7pk2xkxmizgfydpis66n2ybrhwh5"; type = "gem"; }; - version = "1.10.0"; + version = "1.10.1"; }; globalid = { dependencies = ["activesupport"]; @@ -389,10 +388,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wwvwn9hqr6vvrjagcc15zq6lgmwf97a7qcy570q9r2ai2fqk93k"; + sha256 = "1135lqgapc9vac15jgwbnyn5ml3qs3ln80a063f4rj90wsnzyv46"; type = "gem"; }; - version = "3.25.0"; + version = "3.26.1"; }; has_scope = { dependencies = ["actionpack" "activesupport"]; @@ -875,10 +874,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0fhwdmw89zqb1fdxcd6lr57zabbfi08z8j6kqwngak0xnxi2j10l"; + sha256 = "1zx7sdh11p4z77c3f9ka6f065mgl6xwbamnsq4rrgwk310qhn41n"; type = "gem"; }; - version = "0.4.2"; + version = "0.4.3"; }; rexml = { groups = ["default" "development"]; @@ -1022,10 +1021,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1hx77jxkrwi66yvs10wfxqa8s25ds25ywgrrf66acm9nbfg7zp0s"; + sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; type = "gem"; }; - version = "1.3.0"; + version = "1.3.1"; }; timeout = { groups = ["default" "development"];