Skip to content

Commit

Permalink
gemspec: Harmonize usage, prefer add_runtime_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 20, 2024
1 parent 0f66865 commit 301bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excel-esv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0")
spec.require_paths = [ "lib" ]

spec.add_dependency "spreadsheet"
spec.add_runtime_dependency "spreadsheet"
spec.add_runtime_dependency "logger"
end

0 comments on commit 301bbfe

Please sign in to comment.