Skip to content

Commit

Permalink
chore(deps): add csv dependency as required by ruby 3.3 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarzim authored Nov 20, 2024
1 parent 6acd2b3 commit ffa02d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 3.2.0 [unreleased]

### Others
1. [#137](https://github.com/influxdata/influxdb-client-ruby/pull/137): Add the csv gem to the gemspec dependencies.

## 3.1.0 [2024-03-01]

### Bug Fixes
Expand Down
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 ffa02d0

Please sign in to comment.