Skip to content
New issue

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

Add ostruct as an explicit dependency #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Floppy
Copy link

@Floppy Floppy commented Nov 13, 2024

It's being removed from default gems in Ruby 3.5.0, and currently shows a warning when devise_zxcvbn is used:

11:05:21 rails.1              | /usr/src/app/vendor/bundle/ruby/3.3.0/gems/zeitwerk-2.7.1/lib/zeitwerk/core_ext/kernel.rb:34: warning: /usr/local/lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
11:05:21 rails.1              | You can add ostruct to your Gemfile or gemspec to silence this warning.
11:05:21 rails.1              | Also please contact the author of devise_zxcvbn-6.0.0 to request adding ostruct into its gemspec.

It will be removed from default gems in Ruby 3.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant