roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 503 forks source link

Getting deprecation warning for Roo::CSV class #553

Closed Shubhamgoel123 closed 1 year ago

Shubhamgoel123 commented 3 years ago

Thanks for filing an issue. Following these instructions will help us solve your problem sooner.

Issue

Describe the issue

Getting this deprecation warning

/home/ubuntu16-jtg/Desktop/round_trip/roundtrip-web/vendor/bundle/ruby/2.7.0/gems/roo-2.8.3/lib/roo/csv.rb:100: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /usr/share/rvm/rubies/ruby-2.7.1/lib/ruby/2.7.0/csv.rb:508: warning: The called method `foreach' is defined here

System configuration

latest:

2.7.1:

taichi-ishitani commented 3 years ago

I think this issue has been fixed by PR #530 but Roo including this PR has not been released yet.

@simonoff , @chopraanmol1, Could you please release the latest version of Roo including the above PR?

xinlangzi commented 2 years ago

@simonoff , @chopraanmol1, Could you please release the latest version of Roo including the above PR?

kakubin commented 1 year ago

As @taichi-ishitani said, this issue has been resolved and released in 2.9.0. Thank you.