pronto icon indicating copy to clipboard operation
pronto copied to clipboard

Relax octokit version dependency

Open andriusm opened this issue 3 years ago • 1 comments

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 avatar Sep 15 '22 14:09 andriusm

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.

andriusm avatar Sep 16 '22 06:09 andriusm

Any update, @andriusm?

ashkulz avatar Nov 23 '22 06:11 ashkulz