Skip to content

Commit

Permalink
fix: require the csv gem as runtime dependency (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Feb 20, 2024
1 parent 3daa4fe commit 5d3658e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions itax_code.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.metadata["rubygems_mfa_required"] = "false"

# CSV 3.1.7 is the first version requiring Ruby >= 2.5.0
spec.add_runtime_dependency "csv", "~> 3.0", ">= 3.1.7"
end

0 comments on commit 5d3658e

Please sign in to comment.