summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-09-06 11:30:15 +0000
committerNick Thomas <nick@gitlab.com>2018-09-06 11:30:15 +0000
commitabc2caaa2894ee4bc9902228efc30a022044e7d1 (patch)
tree1998a120a01f2d12c264d6385623498d225a4817 /Gemfile
parent228d819b5761de1e2362952a9d0f08828c88424d (diff)
parent262b974123d22b5d6b662b232ca4792d7998a166 (diff)
downloadgitlab-ce-abc2caaa2894ee4bc9902228efc30a022044e7d1.tar.gz
Merge branch 'sh-fix-attachments-inline' into 'master'
Fix attachments not displaying inline with Google Cloud Storage Closes #49957 See merge request gitlab-org/gitlab-ce!21265
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f1e0353edd1..fe788370640 100644
--- a/Gemfile
+++ b/Gemfile
@@ -107,7 +107,9 @@ gem 'kaminari', '~> 1.0'
gem 'hamlit', '~> 2.8.8'
# Files attachments
-gem 'carrierwave', '~> 1.2'
+# Locked until https://github.com/carrierwaveuploader/carrierwave/pull/2332/files is merged.
+# config/initializers/carrierwave_patch.rb can be removed once that change is released.
+gem 'carrierwave', '= 1.2.3'
gem 'mini_magick'
# Drag and Drop UI