Install CSV as a gem instead of from stdlib
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 14m23s

This commit is contained in:
Manuel Bustillo 2024-08-11 23:09:07 +02:00
parent 071b721d0a
commit 7e16000833
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source 'https://rubygems.org'
ruby '3.3.4'
gem 'acts-as-taggable-on'
gem 'bootsnap', require: false
gem 'csv'
gem 'importmap-rails'
gem 'jbuilder'
gem 'money'

View File

@ -92,6 +92,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.2.8)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
@ -318,6 +319,7 @@ PLATFORMS
DEPENDENCIES
acts-as-taggable-on
bootsnap
csv
debug
factory_bot_rails
faker