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

[ruby/csv] Bump minimum ruby version to 2.5.0 (#159)

A dependency to stringio was added to csv, which requires Ruby version
>= 2.5. Bump the gemspec version accordingly.
https://github.com/ruby/csv/commit/bc5a26029f
This commit is contained in:
Gabriel Nagy 2020-07-20 11:24:24 +03:00 committed by Nobuyoshi Nakada
parent c6f389d84e
commit a8eecceaef

View file

@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
]
spec.extra_rdoc_files = rdoc_files
spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.5.0"
spec.add_dependency "stringio", ">= 0.1.3"
spec.add_development_dependency "bundler"