Skip to content

Commit

Permalink
[ruby/csv] Disable stringio >= 0.1.3 dependency
Browse files Browse the repository at this point in the history
If we have it, we can use the csv gem with a Rack application on
Passenger.

ruby/csv@e0c7074a82
  • Loading branch information
kou committed Nov 24, 2020
1 parent 3a7ea6a commit 62d123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csv/csv.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 62d123d

Please sign in to comment.