Skip to content

Commit

Permalink
Add CSV gem to gemspec to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed May 2, 2024
1 parent 87c8e88 commit 3f83292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions down.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "httpx", "~> 0", "< 2.0.0"
spec.add_development_dependency "http", RUBY_VERSION >= "2.5" ? "~> 5.0" : "~> 4.3"
spec.add_development_dependency "warning" if RUBY_VERSION >= "2.4"
spec.add_development_dependency "csv"
end

0 comments on commit 3f83292

Please sign in to comment.