Add csv to gemspec

csv  is not part of the default gems since Ruby 3.4.0
This commit is contained in:
kojix2 2024-07-20 15:36:48 +09:00
parent b0b03053af
commit 48f4af10c3

View File

@ -19,5 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = %w[uplot youplot] spec.executables = %w[uplot youplot]
spec.require_paths = ['lib'] spec.require_paths = ['lib']
spec.add_dependency 'csv'
spec.add_dependency 'unicode_plot', '>= 0.0.5' spec.add_dependency 'unicode_plot', '>= 0.0.5'
end end