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
This change also impacted rubyconfig/config, and was resolved via rubyconfig/config#255 (by simply removing the method call, if I understand it correctly).
I'm preparing a PR with this change, having tested it in both 2.4.1 and 2.7.1 by running rspec and having no errors. I'm not really sure if this would impact older ruby versions, or something not covered by the specs.
Let me know if you see any issue with this approach!
The text was updated successfully, but these errors were encountered:
MartinodF
added a commit
to tribecommunication/filepreviews-ruby
that referenced
this issue
Jun 10, 2020
This looks great. I tested it against 2.4.1, 2.5.1, 2.6.5, and 2.7.1 and everything is working as expected. Thank you so much, I will be doing a release soon.
new_ostruct_member
has been removed from OpenStruct in ruby 2.7.This breaks
FilePreviews::Response.responsify
, which relies on it.This change also impacted rubyconfig/config, and was resolved via rubyconfig/config#255 (by simply removing the method call, if I understand it correctly).
I'm preparing a PR with this change, having tested it in both 2.4.1 and 2.7.1 by running rspec and having no errors. I'm not really sure if this would impact older ruby versions, or something not covered by the specs.
Let me know if you see any issue with this approach!
The text was updated successfully, but these errors were encountered: