Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jan 7, 2025
1 parent 2c0b39e commit 1f05a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spreadsheet_architect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.files = Dir.glob("{lib/**/*}") + %w{ LICENSE README.md Rakefile CHANGELOG.md }
s.require_path = 'lib'

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

s.add_development_dependency 'rake'
Expand Down

0 comments on commit 1f05a3a

Please sign in to comment.