Danger's gemspec does not allow faraday 2.x
|
spec.add_runtime_dependency "faraday", ">= 0.9.0", "< 2.0" |
Faraday 2.0 was released on January 4th
Danger gemspec not allowing it means that any project that uses danger can't run with faraday 2.x.
Can Danger gemspec be updated to allow faraday 2.x? I would recommend still allowing faraday 1.x as well, it should be possible to work with both, and will ease the (not insignificant) pain of trying to migrate things to faraday 2.x when one's whole dependency tree has to allow whatever version of faraday you are using.
Danger's gemspec does not allow faraday 2.x
danger/danger.gemspec
Line 27 in 626c450
Faraday 2.0 was released on January 4th
Danger gemspec not allowing it means that any project that uses danger can't run with faraday 2.x.
Can Danger gemspec be updated to allow faraday 2.x? I would recommend still allowing faraday 1.x as well, it should be possible to work with both, and will ease the (not insignificant) pain of trying to migrate things to faraday 2.x when one's whole dependency tree has to allow whatever version of faraday you are using.