| bumping gem versions - warvox - VoIP based wardialing tool, forked from rapid7/… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 24010cbcd67ffd59e6abffa8d17493a9e3207471 | |
| parent 9897a9c2356d90c2ebbb675af18b35740ad1bca5 | |
| Author: Jay Scott <[email protected]> | |
| Date: Tue, 23 Aug 2016 08:52:44 +0000 | |
| bumping gem versions | |
| Diffstat: | |
| M Gemfile.lock | 14 ++++++-------- | |
| M bin/warvox.rb | 2 +- | |
| 2 files changed, 7 insertions(+), 9 deletions(-) | |
| --- | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -71,10 +71,8 @@ GEM | |
| activerecord (>= 3.2, < 6.0) | |
| rake (>= 10.4, < 12.0) | |
| arel (7.1.1) | |
| - autoprefixer-rails (6.4.0.2) | |
| + autoprefixer-rails (6.4.0.3) | |
| execjs | |
| - binding_of_caller (0.7.2) | |
| - debug_inspector (>= 0.0.1) | |
| bootstrap-sass (3.3.7) | |
| autoprefixer-rails (>= 5.2.1) | |
| sass (>= 3.3.4) | |
| @@ -310,11 +308,11 @@ GEM | |
| unicorn (5.1.0) | |
| kgio (~> 2.6) | |
| raindrops (~> 0.7) | |
| - web-console (2.3.0) | |
| - activemodel (>= 4.0) | |
| - binding_of_caller (>= 0.7.2) | |
| - railties (>= 4.0) | |
| - sprockets-rails (>= 2.0, < 4.0) | |
| + web-console (3.3.1) | |
| + actionview (>= 5.0) | |
| + activemodel (>= 5.0) | |
| + debug_inspector | |
| + railties (>= 5.0) | |
| websocket (1.2.3) | |
| websocket-driver (0.6.4) | |
| websocket-extensions (>= 0.1.0) | |
| diff --git a/bin/warvox.rb b/bin/warvox.rb | |
| @@ -15,7 +15,7 @@ end | |
| $:.unshift(File.join(File.expand_path(File.dirname(base)), '..', 'lib')) | |
| voxroot = File.expand_path(File.join(File.dirname(base), '..')) | |
| -voxserv = File.expand_path(File.join(File.expand_path(voxroot), 'script', 'rai… | |
| +voxserv = File.expand_path(File.join(File.expand_path(voxroot), 'bin', 'rails'… | |
| manager = File.expand_path(File.join(File.dirname(base), 'worker_manager.rb')) | |
| require 'warvox' |