Merge branch 'reduce-fog-deps' into 'master'
Reduce number of fog gem dependencies Currently supported: * AWS * Azure * OpenStack * Google * local storage Closes #15352 See merge request !4396
Showing
... | ... | @@ -83,8 +83,14 @@ gem "carrierwave", '~> 0.10.0' |
# Drag and Drop UI | ||
gem 'dropzonejs-rails', '~> 0.7.1' | ||
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-core', '~> 1.40' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-google', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
# for aws storage | ||
gem "fog", "~> 1.36.0" | ||
gem "unf", '~> 0.1.4' | ||
# Authorization | ||
... | ... |
Please register or sign in to comment