Skip to content

mark buffer string as mutable#69

Open
HoneyryderChuck wants to merge 1 commit into
WinRb:masterfrom
HoneyryderChuck:patch-1
Open

mark buffer string as mutable#69
HoneyryderChuck wants to merge 1 commit into
WinRb:masterfrom
HoneyryderChuck:patch-1

Conversation

@HoneyryderChuck

Copy link
Copy Markdown

This should silence the following deprecation warning:

DEPRECATION WARNING: calling `#add` is deprecated. Use `#set` instead.
/home/vendor/ruby/3.4.0/gems/rubyntlm-0.6.5/lib/net/ntlm/md4.rb:40: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)

This should silence the following deprecation warning:

```
DEPRECATION WARNING: calling `#add` is deprecated. Use `#set` instead.
/home/vendor/ruby/3.4.0/gems/rubyntlm-0.6.5/lib/net/ntlm/md4.rb:40: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)
```
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