Skip to content

Commit

Permalink
chore: add csv gem to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Dec 28, 2024
1 parent 09a5b76 commit aec712c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suika.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'csv', '>= 3.1.9'
spec.add_dependency 'dartsclone', '>= 0.2.0'
end

0 comments on commit aec712c

Please sign in to comment.