I'm using Ruby 3.4.5 in rbenv
I'm using glimmer-dsl-libui '~> 0.12'
When:
require 'glimmer-dsl-libui'
I have the following warning:
/home/jerome/.rbenv/gems/3.4.0/gems/glimmer-dsl-libui-0.12.8/lib/glimmer/libui/custom_control/refined_table.rb:22: warning: csv was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0. You can add csv to your Gemfile or gemspec to silence this warning.
followed by the:
cannot load such file -- csv (LoadError)