I want to use bundler-audit for auditing my Gemfile.lock but I have my own gems repository. When I run
bundler-audit
It always give me this error or notification:
Insecure Source URI found: http://gems.repository.cu/
Unpatched versions found!
Then, how do I tell to bundler-audit that I want to check from an insecure source ?
Is it possible?