summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-09 12:26:38 -0800
committerStan Hu <stanhu@gmail.com>2019-01-09 12:26:38 -0800
commitc406885688b4551d1f8379e8656d492c3cc6ac62 (patch)
tree5ee3f8838398da280c0c2dd3c50419cfe7dce6fc
parent47698eec4086b82047a677e218a5299f73c46109 (diff)
downloadgitlab-ce-c406885688b4551d1f8379e8656d492c3cc6ac62.tar.gz
Bump CarrierWave to 1.3.1
This avoids an extra HEAD request when making request for auth URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56096
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d708d0e9740..075aa616215 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -108,7 +108,7 @@ GEM
capybara-screenshot (1.0.22)
capybara (>= 1.0, < 4)
launchy
- carrierwave (1.3.0)
+ carrierwave (1.3.1)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)