vividmuimui / lock_diff

This gem detects changes to your package manager (e.g. Gemfile) and generates a Markdown-formatted diff
MIT License
16 stars 4 forks source link

Faraday deprecation warning #56

Open rastamhadi opened 2 years ago

rastamhadi commented 2 years ago

The lock_diff command is warning me about a deprecation in Faraday.

$ lock_diff --repository="vividmuimui/lock_diff" --number=123 --post-comment=true
WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0.
While initializing your connection, use `#request(:authorization, ...)` instead.
See https://lostisland.github.io/faraday/middleware/authentication for more usage info.
rastamhadi commented 2 years ago

This warning is probably coming from octokit.

rastamhadi commented 2 years ago

Looks like they already have an issue for it.

We should be able to close this issue once they have dealt with it on their side.