itax_code.gemspec in itax_code-2.0.2 vs itax_code.gemspec in itax_code-2.0.3
- old
+ new
@@ -23,6 +23,9 @@
spec.bindir = "exe"
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