Skip to content

Commit

Permalink
chore(deps): add csv dependency as required by ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akarzim committed Nov 20, 2024
1 parent 6acd2b3 commit f14501d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.2.0'

spec.add_dependency 'csv'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'minitest', '5.15.0'
spec.add_development_dependency 'minitest-reporters', '~> 1.4'
Expand Down

0 comments on commit f14501d

Please sign in to comment.