mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 14:21:11 +08:00
Add csv to gemspec
csv is not part of the default gems since Ruby 3.4.0
This commit is contained in:
parent
b0b03053af
commit
48f4af10c3
@ -19,5 +19,6 @@ Gem::Specification.new do |spec|
|
||||
spec.executables = %w[uplot youplot]
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.add_dependency 'csv'
|
||||
spec.add_dependency 'unicode_plot', '>= 0.0.5'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user