Fix gem bug.

This commit is contained in:
BoHung Chiu 2022-01-11 09:21:14 +08:00
parent 923424e2e4
commit fcf98fef36
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 'declarative','0.0.10'
gem 'mime-types','~>3.3.1'
gem 'mimemagic','0.3.9'
gem 'public_suffix','~>3.1.1'