Remove redis-namespace gem (#34742)

This commit is contained in:
Matt Jankowski 2025-05-21 11:20:17 -04:00 committed by GitHub
commit f1a6f4333a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 6 additions and 40 deletions

View file

@ -78,7 +78,6 @@ gem 'rack-cors', '~> 2.0', require: 'rack/cors'
gem 'rails-i18n', '~> 8.0'
gem 'redcarpet', '~> 3.6'
gem 'redis', '~> 4.5', require: ['redis', 'redis/connection/hiredis']
gem 'redis-namespace', '~> 1.10'
gem 'rqrcode', '~> 3.0'
gem 'ruby-progressbar', '~> 1.13'
gem 'sanitize', '~> 7.0'