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 @@ -16,7 +16,7 @@ gem 'pg', '~> 0.20'
gem 'connection_pool', '~> 2.2'

# Backend jobs
gem 'redis', '~> 3.0'
gem 'redis', '~> 4.6'
gem 'redis-namespace'
gem 'redis-objects'
gem 'resque'
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (3.3.5)
redis (4.6.0)
redis-namespace (1.8.1)
redis (>= 3.0.4)
redis-objects (1.3.1)
redis (~> 3.3)
redis-objects (1.5.1)
redis (~> 4.2)
reform (2.6.0)
disposable (~> 0.5.0)
representable (>= 3.1.1, < 3.2.0)
Expand Down Expand Up @@ -318,11 +318,10 @@ GEM
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
redis (>= 4.2.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -439,7 +438,7 @@ DEPENDENCIES
rack-cors
rails (~> 5.0.7.2)
rails_best_practices
redis (~> 3.0)
redis (~> 4.6)
redis-namespace
redis-objects
resque
Expand Down