prontolabs / pronto

Quick automated code review of your changes
MIT License
2.6k stars 245 forks source link

Relax octokit version dependency #433

Closed andriusm closed 1 year ago

andriusm commented 1 year ago

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 - https://github.com/prontolabs/pronto/issues/430

andriusm commented 1 year ago

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.

ashkulz commented 1 year ago

Any update, @andriusm?