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
That line has been modified in MRI's master so I'll have to merge that in. The new version should be ok for <= 2.3.0, but we should specify required_ruby_version in the gemspec in any case.
The
respond_to_missing
function inlib/ostruct.rb
is causing issues when using versions of Ruby < 2.3.0Line 196 uses the
&.
(Safe Navigation Operator) which was introduced in Ruby 2.3.0.If you want to use the Safe Navigation Operator then please specify the
required_ruby_version
property in theostruct.gemspec
fileThe text was updated successfully, but these errors were encountered: