You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Isaac. I'd say that the simplest thing is to bump up the gem version, but perhaps may clients of this gem aren't ready to make that leap? Do you want to send us a PR for the try version? I think it will serve the community better to go with option 1 ( though I like option 2 better)
In the v1.0-v2.0 branch, the gemspec specifies Ruby version >=2.1.
However, app/models/solidus_avatax_certified/line.rb uses the safe navigation operator &. that was introduced in Ruby 2.3.
https://github.com/boomerdigital/solidus_avatax_certified/blob/v1.0-v2.0/app/models/solidus_avatax_certified/line.rb#L159
Possible solutions:
&.
with atry(...)
The text was updated successfully, but these errors were encountered: