ostruct
won't be shipped with Ruby >= 3.5.0
#5962
midnight-wonderer
started this conversation in
General
Replies: 1 comment
-
This probably won't be needed, because ActiveSupport will probably add it in, and therefore Mongoid won't have to. Alternatively, Mongoid could just get rid of its usage of ostruct, it's a code smell anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems the one distributed via
rubygems.org
supports down to Ruby 2.5.0.The solution is probably adding
ostruct
togemspec
?Beta Was this translation helpful? Give feedback.
All reactions