]> source.dussan.org Git - redmine.git/commit
Don't explicitly install csv gem in Ruby 2.6 (#30118).
authorGo MAEDA <maeda@farend.jp>
Sat, 8 Dec 2018 05:51:01 +0000 (05:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 8 Dec 2018 05:51:01 +0000 (05:51 +0000)
commita4355d22c7316cceab8b64b3335323f505b8aeea
treedb70608c1c67c680973b779c243d2624f44422ed
parent0d036b6ffb276154607395fc0684d090590d7771
Don't explicitly install csv gem in Ruby 2.6 (#30118).

Redmine installs csv gem since r17245 as a workaround for a bug of csv 1.0.0 which is bundled with Ruby 2.5 (see #28112). But in Ruby 2.6, installing the gem is not necessary because the bundled csv gem was updated to 3.0.

git-svn-id: http://svn.redmine.org/redmine/trunk@17696 e93f8b46-1217-0410-a6f0-8f06a7374b81
Gemfile