mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
3a7ea6a013
commit
62d123dfa0
Notes:
git
2020-11-24 09:34:36 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue