thoughtbot / upcase

Sharpen your programming skills.
https://thoughtbot.com/upcase
MIT License
319 stars 37 forks source link

Add csv to `Gemfile` #2616

Closed smaboshe closed 2 months ago

smaboshe commented 2 months ago

We are getting the following warning about csv:

~/.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.