Skip to content

Commit

Permalink
Merge pull request #286 from Data-Liberation-Front/require-csv
Browse files Browse the repository at this point in the history
add 'csv' gem as an explicit dependency
  • Loading branch information
Floppy authored Jan 10, 2024
2 parents d32ef6d + 4d150e4 commit ccac107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csvlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = [">= 2.5", "< 3.4"]

spec.add_dependency "csv"
spec.add_dependency "rainbow"
spec.add_dependency "open_uri_redirections"
spec.add_dependency "activesupport", "< 7.1.0"
Expand Down

0 comments on commit ccac107

Please sign in to comment.