From 6c551a81f6860eee4c1c94719c3a52adb09a0a5b Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Tue, 30 Jul 2024 18:53:29 -0400 Subject: [PATCH] DRYD-1252: Use fork of csvlint that fixes multiline roundtripping --- Gemfile | 4 +++- Gemfile.lock | 34 ++++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 1466b02..22460aa 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,9 @@ gem 'collectionspace-client', tag: 'v0.15.1', git: 'https://github.com/collectio gem 'collectionspace-refcache', tag: 'v1.0.0', git: 'https://github.com/collectionspace/collectionspace-refcache.git' gem 'collectionspace-mapper', tag: 'v4.1.3', git: 'https://github.com/collectionspace/collectionspace-mapper.git' -gem 'csvlint' +gem 'csvlint', + git: 'https://github.com/lyrasis/csvlint.rb.git', + tag: 'v1.4.0' gem 'devise' gem 'font-awesome-rails' # gem 'hiredis' diff --git a/Gemfile.lock b/Gemfile.lock index 2cc7b80..d6c37b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,24 @@ GIT redis (~> 4.2.1) zache (~> 0.12.0) +GIT + remote: https://github.com/lyrasis/csvlint.rb.git + revision: 8a589724d25e6a9caf4f3c916532cbbbc57d1603 + tag: v1.4.0 + specs: + csvlint (1.4.0) + activesupport + addressable + csv + escape_utils + net-http-persistent + open_uri_redirections + rack + rainbow + thor + typhoeus + uri_template + GEM remote: https://rubygems.org/ specs: @@ -164,19 +182,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - csv (3.2.8) - csvlint (1.3.0) - activesupport (< 7.1.0) - addressable - csv - escape_utils - net-http-persistent - open_uri_redirections - rack - rainbow - thor - typhoeus - uri_template + csv (3.3.0) debug (1.9.1) irb (~> 1.10) reline (>= 0.3.8) @@ -499,7 +505,7 @@ DEPENDENCIES collectionspace-client! collectionspace-mapper! collectionspace-refcache! - csvlint + csvlint! debug devise font-awesome-rails