Only return required info for dynamic user lists (#2397)

This commit is contained in:
Ahmad Farhat
2020-12-30 17:39:31 -05:00
committed by GitHub
parent 85b8cac9fe
commit cf3b450743
4 changed files with 10 additions and 4 deletions

View File

@ -80,6 +80,8 @@ gem 'cancancan', '~> 2.0'
gem 'aws-sdk-s3', '~> 1.75'
gem 'google-cloud-storage', '~> 1.26'
gem 'pluck_to_hash', '~> 1.0.2'
group :production do
# Use a postgres database in production.
gem 'pg', '~> 0.18'