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:
authorAlexis Reigel <mail@koffeinfrei.org>2017-09-26 10:51:24 +0300
committerAlexis Reigel <mail@koffeinfrei.org>2018-06-05 17:20:06 +0300
commitc8a4d202c99c772822a2b9b09fa6da2c90b2ae81 (patch)
tree0680404038d5923bd659e8557dd578341d4688d2 /Gemfile
parent9921830267ccef2321e9a57383b28daafd34fa78 (diff)
favicon uploader generating ci status favicons
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 90fa659fe78..b508fb17742 100644
--- a/Gemfile
+++ b/Gemfile
@@ -104,6 +104,7 @@ gem 'hamlit', '~> 2.6.1'
# Files attachments
gem 'carrierwave', '~> 1.2'
+gem 'mini_magick'
# Drag and Drop UI
gem 'dropzonejs-rails', '~> 0.7.1'