Introduction
Introduction Statistics Contact Development Disclaimer Help
Switch to unicorn - warvox - VoIP based wardialing tool, forked from rapid7/war…
Log
Files
Refs
README
---
commit f5ab7abc3354abf91957e68a65f412459395bdc9
parent cd5bd437a6ae382381a7961443c97810156bca32
Author: HD Moore <[email protected]>
Date: Sat, 6 Sep 2014 14:39:23 -0500
Switch to unicorn
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Gemfile b/Gemfile
@@ -1,7 +1,7 @@
source 'http://rubygems.org'
ruby '1.9.3'
-gem 'thin'
+gem 'unicorn'
gem 'rails', '>=4.1.5', '< 5.0.0'
gem 'pg', '>=0.17'
diff --git a/Gemfile.lock b/Gemfile.lock
@@ -60,10 +60,8 @@ GEM
execjs
coffee-script-source (1.8.0)
commonjs (0.2.7)
- daemons (1.1.9)
dynamic_form (1.1.4)
erubis (2.7.0)
- eventmachine (1.0.3)
execjs (2.2.1)
ffi (1.9.3)
ffi-compiler (0.1.3)
@@ -83,6 +81,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
+ kgio (2.9.2)
kissfft (0.0.2)
less (2.5.1)
commonjs (~> 0.2.7)
@@ -127,6 +126,7 @@ GEM
activesupport (= 4.1.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
+ raindrops (0.13.0)
rake (10.3.2)
ref (1.0.5)
request_store (1.1.0)
@@ -152,10 +152,6 @@ GEM
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
- thin (1.6.2)
- daemons (>= 1.0.9)
- eventmachine (>= 1.0.0)
- rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
@@ -172,6 +168,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
+ unicorn (4.8.3)
+ kgio (~> 2.6)
+ rack
+ raindrops (~> 0.7)
will_paginate (3.0.7)
will_paginate-bootstrap (1.0.1)
will_paginate (>= 3.0.3)
@@ -201,8 +201,8 @@ DEPENDENCIES
sass-rails (~> 4.0.2)
scrypt
therubyracer
- thin
twitter-bootstrap-rails
uglifier (>= 1.0.3)
+ unicorn
will_paginate (~> 3.0)
will_paginate-bootstrap
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.