We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenStruct
ostruct
Hey there, I saw #1110 which added a require of ostruct to work around an error.
ostruct is on its way to be a bundled gem and Ruby 3.4 will warn if it is required without being specified as a dependency. ruby/ruby#10428
So I suggest removing the usage to avoid breaking in Ruby 3.5. Adding it to the gemspec is also a solution.
The text was updated successfully, but these errors were encountered:
agree. jbuilder removed ostruct https://github.com/rails/jbuilder/pull/567/files
jbuilder
Sorry, something went wrong.
No branches or pull requests
Issue description
Hey there, I saw #1110 which added a require of
ostruct
to work around an error.ostruct
is on its way to be a bundled gem and Ruby 3.4 will warn if it is required without being specified as a dependency. ruby/ruby#10428So I suggest removing the usage to avoid breaking in Ruby 3.5. Adding it to the gemspec is also a solution.
The text was updated successfully, but these errors were encountered: