add csv to runtime dependency list (#9522)

Merge pull request 9522
This commit is contained in:
halorrr 2024-01-10 12:00:07 -05:00 committed by GitHub
parent 5ae029f9cd
commit 25fd87c3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.required_rubygems_version = ">= 2.7.0"
s.add_dependency("csv", "~> 3.0")
s.add_runtime_dependency("addressable", "~> 2.4")
s.add_runtime_dependency("colorator", "~> 1.0")
s.add_runtime_dependency("em-websocket", "~> 0.5")