Update to Rails 4.2.3 - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 989687625b404a3cc1583d864bcda246459a5437
DIR parent fb2e6d5ea07fe4f1d55ba20c9253c4792f69f70a
HTML Author: Chee Yeo <ckyeo.1@gmail.com>
Date: Thu, 18 Aug 2016 17:21:31 +0100
Update to Rails 4.2.3
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 64 ++++++++++++++++----------------
2 files changed, 33 insertions(+), 33 deletions(-)
---
DIR diff --git a/Gemfile b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'unicorn'
-gem 'rails', '4.2.2'
+gem 'rails', '4.2.3'
gem 'pg', '>=0.17'
gem 'jquery-rails', '>= 3.1.2'
DIR diff --git a/Gemfile.lock b/Gemfile.lock
@@ -19,36 +19,36 @@ GIT
GEM
remote: https://rubygems.org/
specs:
- actionmailer (4.2.2)
- actionpack (= 4.2.2)
- actionview (= 4.2.2)
- activejob (= 4.2.2)
+ actionmailer (4.2.3)
+ actionpack (= 4.2.3)
+ actionview (= 4.2.3)
+ activejob (= 4.2.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
- actionpack (4.2.2)
- actionview (= 4.2.2)
- activesupport (= 4.2.2)
+ actionpack (4.2.3)
+ actionview (= 4.2.3)
+ activesupport (= 4.2.3)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
- actionview (4.2.2)
- activesupport (= 4.2.2)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (4.2.3)
+ activesupport (= 4.2.3)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
- activejob (4.2.2)
- activesupport (= 4.2.2)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ activejob (4.2.3)
+ activesupport (= 4.2.3)
globalid (>= 0.3.0)
- activemodel (4.2.2)
- activesupport (= 4.2.2)
+ activemodel (4.2.3)
+ activesupport (= 4.2.3)
builder (~> 3.1)
- activerecord (4.2.2)
- activemodel (= 4.2.2)
- activesupport (= 4.2.2)
+ activerecord (4.2.3)
+ activemodel (= 4.2.3)
+ activesupport (= 4.2.3)
arel (~> 6.0)
- activesupport (4.2.2)
+ activesupport (4.2.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ -197,16 +197,16 @@ GEM
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
- rails (4.2.2)
- actionmailer (= 4.2.2)
- actionpack (= 4.2.2)
- actionview (= 4.2.2)
- activejob (= 4.2.2)
- activemodel (= 4.2.2)
- activerecord (= 4.2.2)
- activesupport (= 4.2.2)
+ rails (4.2.3)
+ actionmailer (= 4.2.3)
+ actionpack (= 4.2.3)
+ actionview (= 4.2.3)
+ activejob (= 4.2.3)
+ activemodel (= 4.2.3)
+ activerecord (= 4.2.3)
+ activesupport (= 4.2.3)
bundler (>= 1.3.0, < 2.0)
- railties (= 4.2.2)
+ railties (= 4.2.3)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
@@ -219,9 +219,9 @@ GEM
rails-settings-cached (0.4.1)
rails (>= 4.0.0)
rails_layout (1.0.29)
- railties (4.2.2)
- actionpack (= 4.2.2)
- activesupport (= 4.2.2)
+ railties (4.2.3)
+ actionpack (= 4.2.3)
+ activesupport (= 4.2.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.16.0)
@@ -345,7 +345,7 @@ DEPENDENCIES
pg (>= 0.17)
protected_attributes (~> 1.0.7)
psych_shield
- rails (= 4.2.2)
+ rails (= 4.2.3)
rails-settings-cached (>= 0.4.1)
rails_layout
reportable!