Skip to content

Commit

Permalink
Merge pull request #270 from mark-young-atg/fix_ruby_3_3_warnings
Browse files Browse the repository at this point in the history
Fix Ruby 3.3.0 warnings
  • Loading branch information
zdavatz authored Jan 15, 2024
2 parents 0f860fb + 2f2e18a commit 0b4ac9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spreadsheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.test_file = "test/suite.rb"
spec.executables << "xlsopcodes"

spec.add_dependency "bigdecimal"
spec.add_dependency "ruby-ole"
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit"
Expand Down

0 comments on commit 0b4ac9a

Please sign in to comment.