Skip to content

Commit

Permalink
Bump minimum ruby version to 2.5.0 (#159)
Browse files Browse the repository at this point in the history
A dependency to stringio was added to csv, which requires Ruby version
>= 2.5. Bump the gemspec version accordingly.
  • Loading branch information
GabrielNagy committed Jul 20, 2020
1 parent 910f8e0 commit bc5a260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bc5a260

Please sign in to comment.