auth0 / omniauth-auth0

OmniAuth strategy to login with Auth0
MIT License
125 stars 67 forks source link

Add Gemfile.lock file #76

Closed lbalmaceda closed 5 years ago

lbalmaceda commented 5 years ago

Changes

This PR explicitly adds the Gemfile.lock file required for Snyk to report vulnerabilities. Ideally this should run as part of a CI build. I'll migrate this soon to CircleCI.

References

Snyk documentation for ruby

Testing

You can run the check locally using the Snyk CLI.

snyk test

Checklist

joshcanhelp commented 5 years ago

Tests succeed locally:

❯ bundle exec rake spec
Finished in 0.91522 seconds (files took 0.78168 seconds to load)
47 examples, 0 failures