| Fix CVE-2014-7818 - warvox - VoIP based wardialing tool, forked from rapid7/war… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 0c9cfdf9a753dfcbbb20a23c888e0079acb59808 | |
| parent f212c1705ee4541243e3b061d132c1c985e73b04 | |
| Author: HD Moore <[email protected]> | |
| Date: Fri, 31 Oct 2014 09:04:37 -0500 | |
| Fix CVE-2014-7818 | |
| Diffstat: | |
| M Gemfile | 2 +- | |
| M Gemfile.lock | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/Gemfile b/Gemfile | |
| @@ -1,7 +1,7 @@ | |
| source 'http://rubygems.org' | |
| gem 'unicorn' | |
| -gem 'rails', '>=4.1.6', '< 5.0.0' | |
| +gem 'rails', '>=4.1.7', '< 5.0.0' | |
| gem 'pg', '>=0.17' | |
| gem 'jquery-rails', '>= 3.1.2' | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -169,7 +169,7 @@ DEPENDENCIES | |
| pg (>= 0.17) | |
| protected_attributes (~> 1.0.7) | |
| psych_shield | |
| - rails (>= 4.1.6, < 5.0.0) | |
| + rails (>= 4.1.7, < 5.0.0) | |
| rails-settings-cached (>= 0.4.1) | |
| reportable! | |
| rex (~> 2.0.3) |