8000 Bump minimum ruby version to 2.5.0 (#159) · ruby/csv@bc5a260 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc5a260

Browse files
authored
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.
1 parent 910f8e0 commit bc5a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
4646
]
4747
spec.extra_rdoc_files = rdoc_files
4848

49-
spec.required_ruby_version = ">= 2.3.0"
49+
spec.required_ruby_version = ">= 2.5.0"
5050

5151
spec.add_dependency "stringio", ">= 0.1.3"
5252
spec.add_development_dependency "bundler"

0 commit comments

Comments
 (0)
0