Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down