Skip to content

Commit

Permalink
Add csv gem as gemspec dependency (#64)
Browse files Browse the repository at this point in the history
Starting Ruby 3.4 you must explicitly list csv as a dependency, but its also compatible to do that with all older Ruby versions
  • Loading branch information
westonganger authored Dec 30, 2024
1 parent 771e2e5 commit ba8683a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
---------

- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.1...master)
- Nothing yet
- [#64](https://github.com/westonganger/spreadsheet_architect/pull/64) - Explicitly list `csv` gem as a dependency to better support Ruby 3.4

- **v5.0.1** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.0...v5.0.1)
- [#53](https://github.com/westonganger/spreadsheet_architect/pull/53) - Remove legacy string_width patch for axlsx 3.1 and below
Expand Down
1 change: 1 addition & 0 deletions spreadsheet_architect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'caxlsx', ['>= 3.3.0', '<4']
s.add_runtime_dependency 'rodf', ['>= 1.0.0', '<2']
s.add_runtime_dependency 'csv'

s.add_development_dependency 'rake'
s.add_development_dependency 'minitest'
Expand Down

0 comments on commit ba8683a

Please sign in to comment.