Upgrade rails to patch CVE-2013-0156 - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 195ad4159eb94b661cfd325c8a6b9f76cef6a8fd
(DIR) parent 4ec2811346db3eb0dfc986bb0186f7e4f853ba25
(HTM) Author: HD Moore <hd_moore@rapid7.com>
Date: Thu, 10 Jan 2013 19:42:44 -0600
Upgrade rails to patch CVE-2013-0156
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 61 ++++++++++++++++---------------
2 files changed, 32 insertions(+), 31 deletions(-)
---
(DIR) diff --git a/Gemfile b/Gemfile
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
ruby '1.9.3'
gem 'thin'
-gem 'rails', '3.2.8'
+gem 'rails', '3.2.11'
gem 'pg', '0.11'
gem 'jquery-rails'
(DIR) diff --git a/Gemfile.lock b/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/dockyard/postgres_ext.git
- revision: d114fea48bd27d7d35040b774e479058e3910566
+ revision: c7e8d79a107af58490e987f9cbc0b3080fa679ea
specs:
postgres_ext (0.1.0)
activerecord (~> 3.2.0)
@@ -9,31 +9,31 @@ GIT
GEM
remote: http://rubygems.org/
specs:
- actionmailer (3.2.8)
- actionpack (= 3.2.8)
+ actionmailer (3.2.11)
+ actionpack (= 3.2.11)
mail (~> 2.4.4)
- actionpack (3.2.8)
- activemodel (= 3.2.8)
- activesupport (= 3.2.8)
+ actionpack (3.2.11)
+ activemodel (= 3.2.11)
+ activesupport (= 3.2.11)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
- sprockets (~> 2.1.3)
- activemodel (3.2.8)
- activesupport (= 3.2.8)
+ sprockets (~> 2.2.1)
+ activemodel (3.2.11)
+ activesupport (= 3.2.11)
builder (~> 3.0.0)
- activerecord (3.2.8)
- activemodel (= 3.2.8)
- activesupport (= 3.2.8)
+ activerecord (3.2.11)
+ activemodel (= 3.2.11)
+ activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
- activeresource (3.2.8)
- activemodel (= 3.2.8)
- activesupport (= 3.2.8)
- activesupport (3.2.8)
+ activeresource (3.2.11)
+ activemodel (= 3.2.11)
+ activesupport (= 3.2.11)
+ activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
@@ -79,28 +79,28 @@ GEM
pg (0.11.0)
pg_array_parser (0.0.8)
polyglot (0.3.3)
- rack (1.4.2)
+ rack (1.4.3)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
- rails (3.2.8)
- actionmailer (= 3.2.8)
- actionpack (= 3.2.8)
- activerecord (= 3.2.8)
- activeresource (= 3.2.8)
- activesupport (= 3.2.8)
+ rails (3.2.11)
+ actionmailer (= 3.2.11)
+ actionpack (= 3.2.11)
+ activerecord (= 3.2.11)
+ activeresource (= 3.2.11)
+ activesupport (= 3.2.11)
bundler (~> 1.0)
- railties (= 3.2.8)
+ railties (= 3.2.11)
rails-settings-cached (0.2.4)
rails (>= 3.0.0)
rails_bootstrap_navbar (0.1.5.beta)
rails (>= 3.0.0)
- railties (3.2.8)
- actionpack (= 3.2.8)
- activesupport (= 3.2.8)
+ railties (3.2.11)
+ actionpack (= 3.2.11)
+ activesupport (= 3.2.11)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
@@ -113,8 +113,9 @@ GEM
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
- sprockets (2.1.3)
+ sprockets (2.2.2)
hike (~> 1.2)
+ multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thin (1.5.0)
@@ -134,7 +135,7 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
- will_paginate (3.0.3)
+ will_paginate (3.0.4)
will_paginate-bootstrap (0.2.2)
will_paginate (>= 3.0.3)
@@ -153,7 +154,7 @@ DEPENDENCIES
librex
pg (= 0.11)
postgres_ext!
- rails (= 3.2.8)
+ rails (= 3.2.11)
rails-settings-cached
rails_bootstrap_navbar
sass-rails (~> 3.2.3)