Added dependencies for open-uri

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 19:14:36 +09:00
Родитель ac29c405f6
Коммит ad0c2232b1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -19,4 +19,8 @@ Gem::Specification.new do |spec|
spec.bindir = "exe" spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_dependency "uri"
spec.add_dependency "stringio"
spec.add_dependency "time"
end end