diff --git a/Gemfile b/Gemfile index 27d0eea80..968fad237 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ gem 'responders', '~> 3.1', '>= 3.1.1' # https://guides.rubyonrails.org/v4.2/upg gem 'sidekiq', '< 7' # TODO, latest is 7, which required Redis 6.2+, but our servers running Redis 4.0.9. gem 'sidekiq-status', '~> 3.0', '>= 3.0.3' -gem 'sidekiq-unique-jobs', '7.1.31' # TODO: can upgrade to latest when sidekiq upgrade to 7 +gem 'sidekiq-unique-jobs', '7.1.33' # TODO: can upgrade to latest when sidekiq upgrade to 7 gem 'sidekiq-cron', '~> 1.12' gem 'httparty', '~> 0.21.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4108f7036..6822987a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,8 +182,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.3) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) coveralls_reborn (0.28.0) simplecov (~> 0.22.0) term-ansicolor (~> 1.7) @@ -385,7 +385,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (2.2.9) + rack (2.2.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-mini-profiler (2.3.4) @@ -542,7 +542,7 @@ GEM sidekiq-status (3.0.3) chronic_duration sidekiq (>= 6.0, < 8) - sidekiq-unique-jobs (7.1.31) + sidekiq-unique-jobs (7.1.33) brpoplpush-redis_script (> 0.1.1, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) redis (< 5.0) @@ -584,7 +584,7 @@ GEM tins (~> 1.0) terser (1.2.3) execjs (>= 0.3.0, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) tins (1.33.0) @@ -703,7 +703,7 @@ DEPENDENCIES sidekiq (< 7) sidekiq-cron (~> 1.12) sidekiq-status (~> 3.0, >= 3.0.3) - sidekiq-unique-jobs (= 7.1.31) + sidekiq-unique-jobs (= 7.1.33) simplecov (~> 0.22.0) sitemap_generator (~> 6.3) slackistrano (= 0.1.9)