ebsco / edsapi-ruby

A Ruby interface to the EBSCO Discovery Services API
MIT License
7 stars 10 forks source link

Can't install on Ruby 3 #112

Closed sandbergja closed 2 years ago

sandbergja commented 3 years ago

I am looking to see what all breaks in my app under Ruby 3. :-)

This is one of the things that breaks! I didn't dig much, but it looks like there hasn't been a release of net-http-persistent that is compatible with Ruby 3 yet (https://github.com/drbrain/net-http-persistent/issues/123).

Adding this ticket in case it is helpful for tracking this and any other Ruby 3 compatibility issues.

mjgiarlo commented 3 years ago

@sandbergja Thanks for writing this issue up; the edsapi-ruby gem is currently preventing us from moving some of our codebases to Ruby 3, too. FYI: https://github.com/ebsco/edsapi-ruby/pull/113

mmabrahamson commented 2 years ago

Addressed in #114 and live now.