Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-04-24 15:23:17 +0400
committerMarin Jankovski <marin@gitlab.com>2014-04-24 15:23:17 +0400
commitfe1ca616017633a243017ad265c4713aca773ea3 (patch)
tree914f15f0854987053f09659787d51710286f5cdc /Gemfile
parent1feaa336edf7a16ca39b036345890f05d35a1463 (diff)
Make sure that tests pass when aws group is used.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4ab1ab50eb9..7372d244725 100644
--- a/Gemfile
+++ b/Gemfile
@@ -71,6 +71,7 @@ gem "carrierwave"
# for aws storage
gem "fog", "~> 1.14", group: :aws
+gem "unf", group: :aws
# Authorization
gem "six"
@@ -232,4 +233,4 @@ end
group :production do
gem "gitlab_meta", '6.0'
-end \ No newline at end of file
+end