Skip to content

Commit e0c7074

Browse files
committed
Disable stringio >= 0.1.3 dependency
If we have it, we can use the csv gem with a Rack application on Passenger.
1 parent d016bef commit e0c7074

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
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
4848

4949
spec.required_ruby_version = ">= 2.5.0"
5050

51-
spec.add_dependency "stringio", ">= 0.1.3"
51+
# spec.add_dependency "stringio", ">= 0.1.3"
5252
spec.add_development_dependency "bundler"
5353
spec.add_development_dependency "rake"
5454
spec.add_development_dependency "benchmark_driver"

0 commit comments

Comments
 (0)