| Bump to rex-2.0.20, see #39 - warvox - VoIP based wardialing tool, forked from … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 52b3c44096fc777a53b79d52ea62fc448a945919 | |
| parent 6fc7895fc496df7a5acdc2f22d6e60fb70f1ca65 | |
| Author: HD Moore <[email protected]> | |
| Date: Mon, 7 Mar 2016 12:56:45 -0600 | |
| Bump to rex-2.0.20, see #39 | |
| Diffstat: | |
| M Gemfile | 2 +- | |
| M Gemfile.lock | 18 ++++++++++++++++-- | |
| 2 files changed, 17 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/Gemfile b/Gemfile | |
| @@ -9,7 +9,7 @@ gem 'jquery-datatables-rails', git: 'https://github.com/rweng/j… | |
| #gem 'postgres_ext', :git => 'git://github.com/dockyard/postgres_ext.git' | |
| gem 'kissfft' | |
| -gem 'rex', '~> 2.0.3' | |
| +gem 'rex', '~> 2.0.10' | |
| gem 'bootstrap-sass', '>= 3.2.0' | |
| gem 'sass-rails', '~> 4.0.2' | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -99,6 +99,7 @@ GEM | |
| ffi-compiler (0.1.3) | |
| ffi (>= 1.0.0) | |
| rake | |
| + filesize (0.1.1) | |
| font-awesome-rails (4.5.0.1) | |
| railties (>= 3.2, < 5.1) | |
| formatador (0.2.5) | |
| @@ -138,6 +139,8 @@ GEM | |
| jquery-rails (3.1.4) | |
| railties (>= 3.0, < 5.0) | |
| thor (>= 0.14, < 2.0) | |
| + jsobfu (0.4.1) | |
| + rkelly-remix (= 0.0.6) | |
| json (1.8.3) | |
| kgio (2.10.0) | |
| kissfft (0.0.2) | |
| @@ -150,6 +153,7 @@ GEM | |
| lumberjack (1.0.10) | |
| mail (2.6.3) | |
| mime-types (>= 1.16, < 3) | |
| + metasm (1.0.2) | |
| method_source (0.8.2) | |
| mime-types (2.99.1) | |
| mini_portile2 (2.0.0) | |
| @@ -195,9 +199,19 @@ GEM | |
| rb-fsevent (0.9.7) | |
| rb-inotify (0.9.7) | |
| ffi (>= 0.5.0) | |
| + rb-readline-r7 (0.5.2.0) | |
| ref (2.0.0) | |
| request_store (1.3.0) | |
| - rex (2.0.9) | |
| + rex (2.0.10) | |
| + filesize | |
| + jsobfu (~> 0.4.1) | |
| + json | |
| + metasm (~> 1.0.2) | |
| + nokogiri | |
| + rb-readline-r7 | |
| + robots | |
| + rkelly-remix (0.0.6) | |
| + robots (0.10.1) | |
| rspec (3.4.0) | |
| rspec-core (~> 3.4.0) | |
| rspec-expectations (~> 3.4.0) | |
| @@ -302,7 +316,7 @@ DEPENDENCIES | |
| rails-settings-cached (>= 0.4.1) | |
| rails_layout | |
| reportable! | |
| - rex (~> 2.0.3) | |
| + rex (~> 2.0.10) | |
| rspec-rails | |
| sass-rails (~> 4.0.2) | |
| scrypt |