Added csv dependency.

Commit
0a91cd6d94a5be2453848fbbac5b7d5f2f3d63e2
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
Gemfile
index 626724a5..cc2bb10a 100644..100644
@@ -61,3 +61,5 @@
61 61 gem "capybara"
62 62 gem "selenium-webdriver"
63 63 end
64 Added:
65 Added: gem "csv", "~> 3.3"
Gemfile.lock
index 0e50bba6..81d4324d 100644..100644
@@ -100,6 +100,7 @@
100 100 concurrent-ruby (1.3.4)
101 101 connection_pool (2.4.1)
102 102 crass (1.0.6)
103 Added: csv (3.3.2)
103 104 date (3.4.1)
104 105 debug (1.10.0)
105 106 irb (~> 1.10)
@@ -366,6 +367,7 @@
366 367 bootsnap
367 368 brakeman
368 369 capybara
370 Added: csv (~> 3.3)
369 371 debug
370 372 importmap-rails
371 373 jbuilder