From 6f2101de4b60271cd23b884bd109cb48db9042a9 Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 16 Nov 2021 01:58:46 +0000 Subject: [PATCH] fix error --- temp_file/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 9b119fc..f633ed2 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -6,6 +6,7 @@ if $0.to_s.scan('bundle').length==0 system("bundle install") if !flag } end +gem 'mime-types','~>3.3.1' gem 'mimemagic','0.3.9' gem 'public_suffix','~>3.1.1' gem "connection_pool","~>2.2.3"