From c406885688b4551d1f8379e8656d492c3cc6ac62 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 9 Jan 2019 12:26:38 -0800 Subject: [PATCH] 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 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)