Skip to content

Conversation

@neanias
Copy link

@neanias neanias commented Apr 14, 2025

ostruct was being required in the model file but was never actually
being used. The zxcvbn gem removed its dependency on ostruct in
v0.1.12, replacing the previous usage with a Struct instead.

Related PR in zxcvbn: formigarafa/zxcvbn-rb#16

neanias added 3 commits April 14, 2025 17:52
`ostruct` was being required in the model file but was never actually
being used. The `zxcvbn` gem removed its dependency on `ostruct` in
v0.1.12, replacing the previous usage with a `Struct` instead.
With removing `ostruct`, this dependency needs to be lifted as well.
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