Upgrade gems to support Redis 4.2
This prepares us for upgrading the redis-rb gem to 4.2+ which is required for Sidekiq 6
Showing
... | ... | @@ -233,7 +233,7 @@ gem 'redis', '~> 4.1.4' |
gem 'connection_pool', '~> 2.0' | ||
# Redis session store | ||
gem 'redis-rails', '~> 5.0.2' | ||
gem 'redis-actionpack', '~> 5.2.0' | ||
# Discord integration | ||
gem 'discordrb-webhooks', '~> 3.4', require: false | ||
... | ... |
Please register or sign in to comment