You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently discovered an issue with the v4.22.0 release thanks to you, our incredible Ruby community. The following are details on the issue and what we recommend doing about it. Thank you for everyone's efforts and understanding - apologies for any trouble this might've caused anyone.
❗
Issue
Faraday gemspec version is mismatched with implemented APIs and middleware.
Back in January 2022, with the v4.22.0 release Faraday 1.x features were added but we never updated the gemspec from '>= 0.9' to >=1 but we later released v4.23.0 with the correct version specified.
This is causing an issue because in the 4.22.0 changeset, we introduced middleware that uses 1.x faraday features but dependency resolution some cases still tries to use 0.9 and not 1.x
Resolution
This version is being marked as deprecated. Please update to update to >= v4.23.0 of the octokit.rb gem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We recently discovered an issue with the v4.22.0 release thanks to you, our incredible Ruby community. The following are details on the issue and what we recommend doing about it. Thank you for everyone's efforts and understanding - apologies for any trouble this might've caused anyone.
❗
Issue
Faraday gemspec version is mismatched with implemented APIs and middleware.
Back in January 2022, with the v4.22.0 release Faraday 1.x features were added but we never updated the gemspec from '>= 0.9' to >=1 but we later released v4.23.0 with the correct version specified.
This is causing an issue because in the 4.22.0 changeset, we introduced middleware that uses 1.x faraday features but dependency resolution some cases still tries to use 0.9 and not 1.x
Resolution
This version is being marked as deprecated. Please update to update to >= v4.23.0 of the octokit.rb gem.
References:
#1392 | #1389
❗
Beta Was this translation helpful? Give feedback.
All reactions