summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-08-04 10:30:20 +0900
committerSutou Kouhei <kou@cozmixng.org>2020-11-24 09:33:55 +0900
commit62d123dfa0abac99a776b5c8f703afd582cccc5a (patch)
tree793d1276deef8b2f34fc6334c8f73169cde00132 /lib
parent3a7ea6a0135159983fd9dae80b74b74b4b734df0 (diff)
[ruby/csv] Disable stringio >= 0.1.3 dependency
If we have it, we can use the csv gem with a Rack application on Passenger. https://github.com/ruby/csv/commit/e0c7074a82
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3804
Diffstat (limited to 'lib')
-rw-r--r--lib/csv/csv.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/csv.gemspec b/lib/csv/csv.gemspec
index f555c4efab..03a809309f 100644
--- a/lib/csv/csv.gemspec
+++ b/lib/csv/csv.gemspec
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.5.0"
- spec.add_dependency "stringio", ">= 0.1.3"
+ # spec.add_dependency "stringio", ">= 0.1.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "benchmark_driver"