diff --git a/Gemfile b/Gemfile index 4a6d26933e..1810f938ad 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'sinatra', '~> 4.2' gem 'sinatra-contrib' gem 'statsd-ruby', '~> 1.5.0' gem 'steno' -gem 'talentbox-delayed_job_sequel', '~> 4.3.0' +gem 'talentbox-delayed_job_sequel', '~> 4.4.0' gem 'uri', '~> 1.1' gem 'vmstat', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index c22e4264ec..542f064b22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM simplecov (<= 0.13) coderay (1.1.3) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -134,8 +134,10 @@ GEM irb (~> 1.10) reline (>= 0.3.8) declarative (0.0.20) - delayed_job (4.1.13) + delayed_job (4.2.0) activesupport (>= 3.0, < 9.0) + benchmark + logger diff-lcs (1.6.2) digest-xxhash (0.2.9) docile (1.1.5) @@ -259,7 +261,7 @@ GEM domain_name (~> 0.5) httpclient (2.9.0) mutex_m - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) ipaddress (0.8.3) @@ -299,7 +301,8 @@ GEM mime-types-data (3.2025.0924) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.2) + minitest (6.0.1) + prism (~> 1.5) mock_redis (0.53.0) redis (~> 5) ms_rest (0.6.4) @@ -564,10 +567,9 @@ GEM fluent-logger yajl-ruby (~> 1.0) stringio (3.2.0) - talentbox-delayed_job_sequel (4.3.0) - delayed_job (~> 4.1.0) - sequel (>= 3.38, < 6.0) - tzinfo + talentbox-delayed_job_sequel (4.4.0) + delayed_job (~> 4.1) + sequel (>= 5.0, < 6.0) thor (1.4.0) tilt (2.6.1) timecop (0.9.10) @@ -684,7 +686,7 @@ DEPENDENCIES spring-commands-rspec statsd-ruby (~> 1.5.0) steno - talentbox-delayed_job_sequel (~> 4.3.0) + talentbox-delayed_job_sequel (~> 4.4.0) timecop uri (~> 1.1) vmstat (~> 2.3)