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

Octokit dropped support Ruby 2.6 #86

Open
nhosoya opened this issue Jul 13, 2022 · 3 comments
Open

Octokit dropped support Ruby 2.6 #86

nhosoya opened this issue Jul 13, 2022 · 3 comments

Comments

@nhosoya
Copy link
Collaborator

nhosoya commented Jul 13, 2022

Oktkit v5 no longer supports Ruby 2.6
https://github.com/octokit/octokit.rb/releases/tag/v5.0.0
octokit/octokit.rb@21131ef

If this gem continues to support Ruby 2.6 until EOL, I think something needs to be done.

@onk
Copy link
Collaborator

onk commented Jul 13, 2022

Ruby < 2.7 is reached to EOL date.

  • Use Ruby >= 2.7
  • or freeze octokit gem (workaround)
# Gemfile
gem "git-pr-release"

gem "octokit", "< 5.0.0" # add this line

I may change the supported version of git-pr-release to Ruby 2.7 or later.

@nhosoya
Copy link
Collaborator Author

nhosoya commented Jul 13, 2022

Oh, I mistakenly thought there is still some time until EOL for Ruby 2.6.

@mtgto mtgto changed the title oktokit dropped support Ruby 2.6 Octokit dropped support Ruby 2.6 Jul 13, 2022
@trashypete
Copy link

Any updates on this? There are some conflicts with octokit 4.22 and legacy (<1) faraday packages. The above fix would help.

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

No branches or pull requests

3 participants