From 9fa3086d09efe4c72822e9a9a2aa2cc9afd6a046 Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Fri, 9 Nov 2018 22:04:08 -0800
Subject: [PATCH] Bump mime-types to 3.2.2

Full list of changes:
https://github.com/mime-types/ruby-mime-types/blob/master/History.md

This matches the version shipped in gitaly-ruby.
---
 Gemfile.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 50e3ddef1e1d..9d006c35e310 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -449,9 +449,9 @@ GEM
     memoizable (0.4.2)
       thread_safe (~> 0.3, >= 0.3.1)
     method_source (0.9.0)
-    mime-types (3.1)
+    mime-types (3.2.2)
       mime-types-data (~> 3.2015)
-    mime-types-data (3.2016.0521)
+    mime-types-data (3.2018.0812)
     mimemagic (0.3.0)
     mini_magick (4.8.0)
     mini_mime (1.0.1)
-- 
GitLab