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:
parent
16daee1c75
commit
d919b0e4f9
Notes:
git
2020-07-20 22:45:58 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue