Skip to content

Instantly share code, notes, and snippets.

@Peeja
Last active December 14, 2015 07:49
Show Gist options
  • Save Peeja/5053136 to your computer and use it in GitHub Desktop.
Save Peeja/5053136 to your computer and use it in GitHub Desktop.
Shows that Rails depends on vulnerable version of mail. https://github.com/rails/rails/pull/9475
Gemfile.lock
source "https://rubygems.org"
gem "rails", "~> 3.1.11"
gem "bundler-audit"
#!/bin/sh
bundle install
bundle exec bundle-audit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment