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

Relax octokit version dependency #433

Closed
wants to merge 1 commit into from
Closed

Relax octokit version dependency #433

wants to merge 1 commit into from

Conversation

andriusm
Copy link

Previous constrain was limiting where Danger 9.x cannot be used together with Pronto in a project because of different octokit dependency version requirements. There was also an issue registered suggesting this - #430

@andriusm andriusm requested a review from a team as a code owner September 15, 2022 14:48
lib/pronto/version.rb Outdated Show resolved Hide resolved
pronto.gemspec Outdated Show resolved Hide resolved
@andriusm
Copy link
Author

Changed octokit dependency to be >= 4.7.0 and removed several versions of Ruby from the build matrix which were failing. Octokit version 5.0 dropped support for Ruby versions 2.0, 2.1, 2.2, 2.3, 2.4, 2.5 and 2.6, which have all reached end-of-life.

Copy link
Member

@ashkulz ashkulz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't like to drop support for Ruby 2.6 although it's EOL, because that's the currently supported JRuby version.

Dropping support for old Ruby versions will also be problematic, as that'll require a major version bump. Is there a way to fix the CI without doing all this?

@ashkulz
Copy link
Member

ashkulz commented Nov 23, 2022

Any update, @andriusm?

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.

4 participants