| Bump gems - warvox - VoIP based wardialing tool, forked from rapid7/warvox. | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit cd5bd437a6ae382381a7961443c97810156bca32 | |
| parent 25e448ab19c068784e530075610291f9b55c2bed | |
| Author: HD Moore <[email protected]> | |
| Date: Sat, 6 Sep 2014 14:38:46 -0500 | |
| Bump gems | |
| Diffstat: | |
| M Gemfile | 2 +- | |
| M Gemfile.lock | 4 ++-- | |
| 2 files changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/Gemfile b/Gemfile | |
| @@ -13,7 +13,7 @@ gem 'jquery-datatables-rails', '>= 2.2.3' | |
| gem 'postgres_ext', :git => 'git://github.com/dockyard/postgres_ext.git' | |
| gem 'kissfft' | |
| -gem 'rex', '~> 2.0.0' | |
| +gem 'rex', '>= 2.0.1' | |
| gem 'sass-rails', '~> 4.0.2' | |
| gem 'coffee-rails', '~> 4.0.1' | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -130,7 +130,7 @@ GEM | |
| rake (10.3.2) | |
| ref (1.0.5) | |
| request_store (1.1.0) | |
| - rex (2.0.0) | |
| + rex (2.0.1) | |
| sass (3.2.19) | |
| sass-rails (4.0.3) | |
| railties (>= 4.0.0, < 5.0) | |
| @@ -197,7 +197,7 @@ DEPENDENCIES | |
| rails-settings-cached (>= 0.4.1) | |
| rails_bootstrap_navbar (>= 2.0.1) | |
| reportable! | |
| - rex (~> 2.0.0) | |
| + rex (>= 2.0.1) | |
| sass-rails (~> 4.0.2) | |
| scrypt | |
| therubyracer |