Project

General

Profile

Actions

Patch #31611

closed

Update csv gem (~> 3.1.1)

Added by Go MAEDA almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The latest release of csv gem is 3.1.1. 3.0.x is outdated.

Index: Gemfile
===================================================================
--- Gemfile    (revision 18312)
+++ Gemfile    (working copy)
@@ -10,7 +10,7 @@
 gem "roadie-rails", "~> 1.3.0" 
 gem "mimemagic" 
 gem "mail", "~> 2.7.1" 
-gem "csv", "~> 3.0.1" if RUBY_VERSION < "2.6" 
+gem "csv", "~> 3.1.1" 
 gem "nokogiri", "~> 1.10.0" 
 gem "i18n", "~> 1.6.0" 
 gem "rbpdf", "~> 1.19.6" 
Actions

Also available in: Atom PDF