1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/csv] Require stringio 0.1.3 or later

https://github.com/ruby/csv/commit/09dd9f2771
This commit is contained in:
Sutou Kouhei 2020-07-20 06:28:26 +09:00 committed by Nobuyoshi Nakada
parent 16daee1c75
commit d919b0e4f9
Notes: git 2020-07-20 22:45:58 +09:00

View file

@ -48,6 +48,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"
spec.add_dependency "stringio", ">= 0.1.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "benchmark_driver"