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:
authorJohann Pardanaud <pardanaud.j@gmail.com>2016-02-09 02:35:42 +0300
committerJohann Pardanaud <pardanaud.j@gmail.com>2016-02-10 00:26:50 +0300
commit6d5808801f460ed2c7bb99a316687202f2f70282 (patch)
tree379598f0aeae10b2dce417e4f166e35cff349abb /Gemfile
parent16abacb1f07c866e7a1f5deb6a6bc20a4eaee71c (diff)
Fix #7959: Fix avatar stretching by providing a cropping feature
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a13f49ad50e..5b5f6aef77c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -77,6 +77,9 @@ gem "haml-rails", '~> 0.9.0'
# Files attachments
gem "carrierwave", '~> 0.9.0'
+# Image editing
+gem "mini_magick", '~> 4.4.0'
+
# Drag and Drop UI
gem 'dropzonejs-rails', '~> 0.7.1'