Install CSV as a gem instead of from stdlib #41
							
								
								
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							| @ -3,6 +3,7 @@ source 'https://rubygems.org' | |||||||
| ruby '3.3.4' | ruby '3.3.4' | ||||||
| gem 'acts-as-taggable-on' | gem 'acts-as-taggable-on' | ||||||
| gem 'bootsnap', require: false | gem 'bootsnap', require: false | ||||||
|  | gem 'csv' | ||||||
| gem 'importmap-rails' | gem 'importmap-rails' | ||||||
| gem 'jbuilder' | gem 'jbuilder' | ||||||
| gem 'money' | gem 'money' | ||||||
|  | |||||||
| @ -92,6 +92,7 @@ GEM | |||||||
|     concurrent-ruby (1.3.4) |     concurrent-ruby (1.3.4) | ||||||
|     connection_pool (2.4.1) |     connection_pool (2.4.1) | ||||||
|     crass (1.0.6) |     crass (1.0.6) | ||||||
|  |     csv (3.2.8) | ||||||
|     date (3.3.4) |     date (3.3.4) | ||||||
|     debug (1.9.2) |     debug (1.9.2) | ||||||
|       irb (~> 1.10) |       irb (~> 1.10) | ||||||
| @ -318,6 +319,7 @@ PLATFORMS | |||||||
| DEPENDENCIES | DEPENDENCIES | ||||||
|   acts-as-taggable-on |   acts-as-taggable-on | ||||||
|   bootsnap |   bootsnap | ||||||
|  |   csv | ||||||
|   debug |   debug | ||||||
|   factory_bot_rails |   factory_bot_rails | ||||||
|   faker |   faker | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user