Make sure that tests pass when aws group is used.
Showing
... | ... | @@ -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 |
Please register or sign in to comment