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:
parent
c6f389d84e
commit
a8eecceaef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue