Last active
December 14, 2015 07:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gemfile.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
gem "rails", "~> 3.1.11" | |
gem "bundler-audit" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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