Closed clinejj closed 3 years ago
After updating to Ruby 3.0, there's an issue due to the changes around how arguments are passed that lead to invalid calls into CSV.parse on the following lines: https://github.com/activeadmin-plugins/active_admin_import/blob/v4.2.0/lib/active_admin_import/importer.rb#L40 https://github.com/activeadmin-plugins/active_admin_import/blob/v4.2.0/lib/active_admin_import/importer.rb#L118
Both of these should be updated to
**@csv_options
After updating to Ruby 3.0, there's an issue due to the changes around how arguments are passed that lead to invalid calls into CSV.parse on the following lines: https://github.com/activeadmin-plugins/active_admin_import/blob/v4.2.0/lib/active_admin_import/importer.rb#L40 https://github.com/activeadmin-plugins/active_admin_import/blob/v4.2.0/lib/active_admin_import/importer.rb#L118
Both of these should be updated to