Install CSV as a gem instead of from stdlib
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 14m23s
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 14m23s
This commit is contained in:
parent
071b721d0a
commit
7e16000833
1
Gemfile
1
Gemfile
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user