Install CSV as a gem instead of from stdlib #41

Merged
bustikiller merged 1 commits from csv-warning into main 2024-08-11 23:01:30 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 7e16000833 - Show all commits

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