Skip to content

Commit

Permalink
Add csv to gemspec
Browse files Browse the repository at this point in the history
csv  is not part of the default gems since Ruby 3.4.0
  • Loading branch information
kojix2 committed Jul 20, 2024
1 parent b0b0305 commit 48f4af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youplot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48f4af1

Please sign in to comment.