diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-31 23:58:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-01 11:51:26 -0700 |
commit | e5bb417cdef7d78d128a03295a34b9752ee73d35 (patch) | |
tree | 49e1c889c8dae1e26ee6e408f715c63e02914f82 /Gemfile | |
parent | e9bb895b5ac639bcb4166b23b796566f0320741a (diff) | |
download | gitlab-ce-e5bb417cdef7d78d128a03295a34b9752ee73d35.tar.gz |
Reduce number of fog gem dependenciesreduce-fog-deps
Closes #15352
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -84,8 +84,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 |