Skip to content

Commit f14d860

Browse files
authored
Change gemspec to caxlsx >= 4.0 (#71)
Gemspec was previously mistakenly restricting caxlsx to v4.0 and below.
1 parent a73c6ed commit f14d860

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CHANGELOG
22
---------
33

44
- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.1.0...master)
5-
- Nothing yet
5+
- [#71](https://github.com/westonganger/spreadsheet_architect/pull/71) - Change gemspec to caxlsx >= 4.0. This was mistakenly restricted caxlsx to v4.0 and below.
66

77
- **v5.1.0** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.1...v5.1.0)
88
- [#68](https://github.com/westonganger/spreadsheet_architect/pull/68) - Require `caxlsx` v4.0 or greater (to support frozen_string_literal) and remove version locking for `rodf`

spreadsheet_architect.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.files = Dir.glob("{lib/**/*}") + %w{ LICENSE README.md Rakefile CHANGELOG.md }
1717
s.require_path = 'lib'
1818

19-
s.add_runtime_dependency 'caxlsx', '<= 4.0'
19+
s.add_runtime_dependency 'caxlsx', '>= 4.0'
2020
s.add_runtime_dependency 'rodf'
2121
s.add_runtime_dependency 'csv'
2222

0 commit comments

Comments
 (0)