Skip to content

Commit

Permalink
Merge pull request #5091 from sul-dlss/csv
Browse files Browse the repository at this point in the history
Add csv to gemfile.
  • Loading branch information
jcoyne authored Jun 20, 2024
2 parents b84b60b + 4ea04d0 commit e3fc4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
gem 'bunny', '~> 2.17' # Send messages to RabbitMQ
gem 'committee' # validates Open API spec (OAS)
gem 'config'
gem 'csv'
gem 'daemons' # for rolling indexer
gem 'dry-monads'
gem 'edtf', '~> 3.0' # used for metadata reports
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
csv (3.3.0)
daemons (1.4.1)
datacite (0.3.0)
dry-monads (~> 1.3)
Expand Down Expand Up @@ -582,6 +583,7 @@ DEPENDENCIES
cocina-models (~> 0.98.0)
committee
config
csv
daemons
datacite (~> 0.3.0)
debug
Expand Down

0 comments on commit e3fc4cd

Please sign in to comment.