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 @@ -54,7 +54,7 @@ gem 'dry-monads', '~> 1.1.0'

# background
gem 'hiredis'
gem 'sidekiq', ' ~> 5.2'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq-scheduler'

# notifications
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.7)
connection_pool (2.2.3)
connection_pool (2.2.5)
database_cleaner (1.8.5)
debug_inspector (0.0.3)
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -294,16 +294,14 @@ GEM
puma (3.12.6)
raabro (1.3.1)
rack (2.2.3)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.4)
redis (4.5.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rinku (2.0.6)
Expand Down Expand Up @@ -378,11 +376,10 @@ GEM
sequel (4.48.0)
shotgun (0.9.2)
rack (>= 1.0)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
redis (>= 4.2.0)
sidekiq-scheduler (3.0.1)
e2mmap
redis (>= 3, < 5)
Expand Down Expand Up @@ -479,7 +476,7 @@ DEPENDENCIES
semantic_logger
sequel (~> 4.48.0)
shotgun
sidekiq (~> 5.2)
sidekiq (~> 6.4)
sidekiq-scheduler
simplecov
simplecov-json
Expand Down