Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRYD-1252: Use fork of csvlint that fixes multiline roundtripping #214

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
34 changes: 20 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -499,7 +505,7 @@ DEPENDENCIES
collectionspace-client!
collectionspace-mapper!
collectionspace-refcache!
csvlint
csvlint!
debug
devise
font-awesome-rails
Expand Down
Loading