diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-29 21:20:09 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-29 21:20:09 +0100 |
commit | 0a91cd6d94a5be2453848fbbac5b7d5f2f3d63e2 (patch) | |
tree | 5ab716ac85fedecef2d1ffc095404639b2e5266b /Gemfile.lock | |
parent | be2a93525069de2dfa3c23b0c23e7a9f7ad4c03d (diff) |
Added csv dependency.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0e50bba..81d4324 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,6 +100,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) + csv (3.3.2) date (3.4.1) debug (1.10.0) irb (~> 1.10) @@ -366,6 +367,7 @@ DEPENDENCIES bootsnap brakeman capybara + csv (~> 3.3) debug importmap-rails jbuilder |