diff options
author | Stan Hu <stanhu@gmail.com> | 2016-01-11 08:41:11 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-01-11 08:41:11 -0800 |
commit | e34c621ea1c26549f8b06e0e74f24538c0dac8ba (patch) | |
tree | 78b16a101eb2ec2eadbd0a0f1268f6a80a573290 /Gemfile | |
parent | 701e9ee4519200445a54ee200475a71e2253abe9 (diff) | |
download | gitlab-ce-e34c621ea1c26549f8b06e0e74f24538c0dac8ba.tar.gz |
Bump fog to 1.36.0
Closes #4231
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ gem "carrierwave", '~> 0.9.0' gem 'dropzonejs-rails', '~> 0.7.1' # for aws storage -gem "fog", "~> 1.25.0" +gem "fog", "~> 1.36.0" gem "unf", '~> 0.1.4' # Authorization |