diff --git a/Gemfile b/Gemfile index 2d574bd215..69ffdf8e10 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'bootsnap', '~> 1.18.4', require: false gem 'json_schemer', '~> 2.3.0' # delayed jobs -gem 'delayed_job_active_record', '~> 4.1.10' +gem 'delayed_job_active_record', '~> 4.1.11' # dashboard gem 'delayed_job_web', '~>1.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index f56b309d0c..35df0757bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,10 +149,10 @@ GEM msgpack date (3.3.4) debase-ruby_core_source (3.3.1) - delayed_job (4.1.12) - activesupport (>= 3.0, < 8.0) - delayed_job_active_record (4.1.10) - activerecord (>= 3.0, < 8.0) + delayed_job (4.1.13) + activesupport (>= 3.0, < 9.0) + delayed_job_active_record (4.1.11) + activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) delayed_job_web (1.4.4) activerecord (> 3.0.0) @@ -479,7 +479,7 @@ GEM logger ruby2_keywords (0.0.5) rubyzip (2.3.2) - securerandom (0.3.1) + securerandom (0.3.2) selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) @@ -525,7 +525,7 @@ GEM test-prof (1.4.2) thor (1.3.1) tilt (2.0.11) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) @@ -581,7 +581,7 @@ DEPENDENCIES cssbundling-rails (~> 1.4.1) dalli (~> 3.2.8) datadog (~> 2.4.0) - delayed_job_active_record (~> 4.1.10) + delayed_job_active_record (~> 4.1.11) delayed_job_web (~> 1.4.4) devise (~> 4.9.4) diff-lcs (~> 1.5)