Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please release new gem version #563

Open
johnnyshields opened this issue Sep 1, 2021 · 4 comments
Open

Please release new gem version #563

johnnyshields opened this issue Sep 1, 2021 · 4 comments

Comments

@johnnyshields
Copy link

johnnyshields commented Sep 1, 2021

The latest released version doesn't support CSV on Ruby 3.0, which is a very canonical use case.

Please release a new gem version to help out your users.

@johnnyshields johnnyshields changed the title Please release new version Please release new gem version Sep 1, 2021
@jasonperrone
Copy link

Seconded. Let's try to stay on top of stuff or many of us are going to continue to have a problem convincing higher ups to remain open source.

@mroach
Copy link

mroach commented Nov 10, 2021

Is there something the community can do to help get a new version released?

We've run into a security configuration issue where we don't allow pulling code from GitHub directly, which we'd have to do to pull the commit that supports Ruby 3.0.

@estafaa
Copy link

estafaa commented Dec 8, 2021

Yes, please release an update to support Ruby 3.0+
we are getting this error:

NoMethodError: undefined method 'encode' for URI:Module

when we use Roo::Spreadsheet.open(link)

Thank you!

@estafaa
Copy link

estafaa commented Dec 8, 2021

I just found that lib/roo/spreadsheet.rb was fixed in January 2020. But when I install or reinstall roo gem, I don't have that version..
that update suppose to fix NoMethodError: undefined method 'encode' for URI:Module

9e1e002

for the moment this helped:
gem 'roo', '~> 2.8', '>= 2.8.3', git: "https://github.com/roo-rb/roo.git"

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants