mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: add csv and observer to gemfile since they will no longer be distributed in the standard library
This commit is contained in:
parent
6c0c4676b2
commit
104611ee7b
2 changed files with 10 additions and 8 deletions
4
Gemfile
4
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue