diff options
author | Stan Hu <stanhu@gmail.com> | 2019-01-09 12:26:38 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-01-09 12:26:38 -0800 |
commit | c406885688b4551d1f8379e8656d492c3cc6ac62 (patch) | |
tree | 5ee3f8838398da280c0c2dd3c50419cfe7dce6fc /Gemfile.lock | |
parent | 47698eec4086b82047a677e218a5299f73c46109 (diff) | |
download | gitlab-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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
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) |