~/.asdf/installs/ruby/3.3.4/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: ~/.asdf/installs/ruby/3.3.4/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of rails_admin-3.1.4 to add csv into its gemspec.
This commit adds csv to Gemfile to clear the warning.
We are getting the following warning about
csv
:This commit adds
csv
toGemfile
to clear the warning.