fix error

This commit is contained in:
chiu 2021-11-16 01:58:46 +00:00
parent c877850812
commit 6f2101de4b
1 changed files with 1 additions and 0 deletions

View File

@ -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"