chore: add csv and observer to gemfile since they will no longer be distributed in the standard library

This commit is contained in:
Nelson Jovel 2024-06-03 13:20:04 -07:00
parent 6c0c4676b2
commit 104611ee7b
2 changed files with 10 additions and 8 deletions

View file

@ -104,3 +104,7 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# gem "reline", "~> 0.3.2"
gem "csv", "~> 3.3"
gem "observer", "~> 0.1.2"