diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-29 15:02:39 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-29 15:03:08 +0200 |
commit | e1f6fa6f18afa8461cd82a56250222c2972c7785 (patch) | |
tree | 0ab90fe685c4054f8752dd7c5b196a39b9fa8d42 /Gemfile | |
parent | 0e8e9e5d77478294288d34474e580916418ddd91 (diff) | |
download | gitlab-ce-e1f6fa6f18afa8461cd82a56250222c2972c7785.tar.gz |
Add backup upload support to the rake task
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,8 +70,8 @@ gem "carrierwave" gem 'dropzonejs-rails' # for aws storage -gem "fog", "~> 1.14", group: :aws -gem "unf", group: :aws +gem "fog", "~> 1.14" +gem "unf" # Authorization gem "six" |