We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acd2b3 commit ffa02d0Copy full SHA for ffa02d0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## 3.2.0 [unreleased]
2
3
+### Others
4
+1. [#137](https://github.com/influxdata/influxdb-client-ruby/pull/137): Add the csv gem to the gemspec dependencies.
5
+
6
## 3.1.0 [2024-03-01]
7
8
### Bug Fixes
influxdb-client.gemspec
@@ -44,6 +44,7 @@ Gem::Specification.new do |spec|
44
spec.require_paths = ['lib']
45
spec.required_ruby_version = '>= 2.2.0'
46
47
+ spec.add_dependency 'csv'
48
spec.add_development_dependency 'bundler', '~> 2.0'
49
spec.add_development_dependency 'minitest', '5.15.0'
50
spec.add_development_dependency 'minitest-reporters', '~> 1.4'
0 commit comments