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

fix: update argon2-kdf gem to address fiddle deprecation warning #20132

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ericboehs
Copy link
Contributor

@ericboehs ericboehs commented Jan 7, 2025

  • Bump argon2-kdf from 0.2.0 to 0.3.0 to include fiddle as a dependency.
  • Resolves deprecation warning for fiddle not being part of default gems in Ruby 3.5+.

Warning:

.bundle/bundle/ruby/3.4.0/gems/argon2-kdf-0.2.0/lib/argon2/kdf.rb:2: warning:
~/.local/share/mise/installs/ruby/3.4.1/lib/ruby/3.4.0/fiddle/import.rb is found in
fiddle, which will no longer be part of the default gems starting from Ruby 3.5.0.

- Bump argon2-kdf from 0.2.0 to 0.3.0 to include fiddle as a dependency.
- Resolves deprecation warning for `fiddle` not being part of default gems in Ruby 3.5+.

Warning:
```
.bundle/bundle/ruby/3.4.0/gems/argon2-kdf-0.2.0/lib/argon2/kdf.rb:2: warning: ~/.local/share/mise/installs/ruby/3.4.1/lib/ruby/3.4.0/fiddle/import.rb is found in fiddle, which will no longer be part of the default gems starting from Ruby 3.5.0.
```
@ericboehs ericboehs merged commit 92b1038 into master Jan 7, 2025
34 checks passed
@ericboehs ericboehs deleted the eb-update-argon2-kdf branch January 7, 2025 19:19
@ericboehs ericboehs restored the eb-update-argon2-kdf branch January 9, 2025 18:42
@ericboehs ericboehs deleted the eb-update-argon2-kdf branch January 9, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants