Closed lbalmaceda closed 5 years ago
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.
Snyk documentation for ruby
You can run the check locally using the Snyk CLI.
snyk test
Tests succeed locally:
❯ bundle exec rake spec Finished in 0.91522 seconds (files took 0.78168 seconds to load) 47 examples, 0 failures
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.
Checklist