Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix CVE-2014-7818 - warvox - VoIP based wardialing tool, forked from rapid7/war…
Log
Files
Refs
README
---
commit f212c1705ee4541243e3b061d132c1c985e73b04
parent 52add4388c07da3d4eedcd10ba3df9623b2457aa
Author: HD Moore <[email protected]>
Date: Fri, 31 Oct 2014 08:57:00 -0500
Fix CVE-2014-7818
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 52 ++++++++++++++++-------------…
2 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/Gemfile b/Gemfile
@@ -1,7 +1,7 @@
source 'http://rubygems.org'
gem 'unicorn'
-gem 'rails', '>=4.1.5', '< 5.0.0'
+gem 'rails', '>=4.1.6', '< 5.0.0'
gem 'pg', '>=0.17'
gem 'jquery-rails', '>= 3.1.2'
diff --git a/Gemfile.lock b/Gemfile.lock
@@ -9,27 +9,27 @@ GIT
GEM
remote: http://rubygems.org/
specs:
- actionmailer (4.1.6)
- actionpack (= 4.1.6)
- actionview (= 4.1.6)
+ actionmailer (4.1.7)
+ actionpack (= 4.1.7)
+ actionview (= 4.1.7)
mail (~> 2.5, >= 2.5.4)
- actionpack (4.1.6)
- actionview (= 4.1.6)
- activesupport (= 4.1.6)
+ actionpack (4.1.7)
+ actionview (= 4.1.7)
+ activesupport (= 4.1.7)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
- actionview (4.1.6)
- activesupport (= 4.1.6)
+ actionview (4.1.7)
+ activesupport (= 4.1.7)
builder (~> 3.1)
erubis (~> 2.7.0)
- activemodel (4.1.6)
- activesupport (= 4.1.6)
+ activemodel (4.1.7)
+ activesupport (= 4.1.7)
builder (~> 3.1)
- activerecord (4.1.6)
- activemodel (= 4.1.6)
- activesupport (= 4.1.6)
+ activerecord (4.1.7)
+ activemodel (= 4.1.7)
+ activesupport (= 4.1.7)
arel (~> 5.0.0)
- activesupport (4.1.6)
+ activesupport (4.1.7)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ -91,21 +91,21 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
- rails (4.1.6)
- actionmailer (= 4.1.6)
- actionpack (= 4.1.6)
- actionview (= 4.1.6)
- activemodel (= 4.1.6)
- activerecord (= 4.1.6)
- activesupport (= 4.1.6)
+ rails (4.1.7)
+ actionmailer (= 4.1.7)
+ actionpack (= 4.1.7)
+ actionview (= 4.1.7)
+ activemodel (= 4.1.7)
+ activerecord (= 4.1.7)
+ activesupport (= 4.1.7)
bundler (>= 1.3.0, < 2.0)
- railties (= 4.1.6)
+ railties (= 4.1.7)
sprockets-rails (~> 2.0)
rails-settings-cached (0.4.1)
rails (>= 4.0.0)
- railties (4.1.6)
- actionpack (= 4.1.6)
- activesupport (= 4.1.6)
+ railties (4.1.7)
+ actionpack (= 4.1.7)
+ activesupport (= 4.1.7)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
pg (>= 0.17)
protected_attributes (~> 1.0.7)
psych_shield
- rails (>= 4.1.5, < 5.0.0)
+ rails (>= 4.1.6, < 5.0.0)
rails-settings-cached (>= 0.4.1)
reportable!
rex (~> 2.0.3)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.