Andrew Fader
Andrew Fader
@david-a-wheeler I triggered a verification email to [email protected] and you'll need to approve it to proceed with the fix
probably related to our production caching
Fun idea, dependabot, but this won't actually work yet, but I'll look at.
The next problem will be this one from licensefinder ``` Dependencies that need approval: rdoc, 6.5.0, ruby reline, 0.3.9, ruby ```
@dependabot rebase
oh right I knew that. I'll rebase it myself then.
@dependabot merge
Sorry @david-a-wheeler I've been spinning wheels on this. I'm not sure why codecov is reporting a loss in coverage on this PR.
@david-a-wheeler regarding the list above, webmock we already use and it is integrated with vcr. Fakeweb is an alternative to webmock. I have used puffing_billy and it can do some...
@david-a-wheeler to elaborate on this, webmock and vcr work together, they aren't alternatives to each other. Webmock is used to solve the problem of stubbing requests. VCR hooks into webmock...