Closed phebus closed 2 years ago
So this failed tests because it appears it runs against ruby 2.3 and 2.5? Both of those are out of service. Is there any way we can run them against 2.7 and 3+? Also are you still maintaining this repo @rajatthareja ?
@phebus Those older versions of Ruby are out of service, yes, but we can still run them in CI and maintaining compatibility is easy enough until this gem drops support for those versions. When that might happen, I've no idea. I tried contacting @rajatthareja on the most recent email addresses that I could find but have not heard back.
Ruby 3.1 is throwing these deprecation warnings for
ERB.new
.This uses the
eoutvar
param (as the other params arenil
) to rectify. I ran the specs in ruby 2.7 and 3.1 and they both passed. If you believe there should be other tests added please let me know, but I think this private method gets covered in the existing tests