diff --git a/Gemfile b/Gemfile index bea2d7b..6f53d2e 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 0e23ca2..b74ca5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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