| Bump rex to 2.0.3 for iax2 stacktrace fix - warvox - VoIP based wardialing tool… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 82e0f94596ae79dbacf9b72130d9d1d61134a8c0 | |
| parent 9b9f807286c6d19d3689561607e0923a7a4f0c07 | |
| Author: HD Moore <[email protected]> | |
| Date: Sun, 7 Sep 2014 14:42:24 -0500 | |
| Bump rex to 2.0.3 for iax2 stacktrace fix | |
| 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' | |
| gem 'postgres_ext', :git => 'git://github.com/dockyard/postgres_ext.git' | |
| gem 'kissfft' | |
| -gem 'rex', '~> 2.0.0' | |
| +gem 'rex', '~> 2.0.3' | |
| # Gems used only for assets and not required | |
| # in production environments by default. | |
| diff --git a/Gemfile.lock b/Gemfile.lock | |
| @@ -131,7 +131,7 @@ GEM | |
| json (~> 1.4) | |
| ref (1.0.4) | |
| request_store (1.1.0) | |
| - rex (2.0.0) | |
| + rex (2.0.3) | |
| sass (3.2.7) | |
| sass-rails (3.2.6) | |
| railties (~> 3.2.0) | |
| @@ -246,7 +246,7 @@ DEPENDENCIES | |
| rails-settings-cached | |
| rails_bootstrap_navbar | |
| reportable! | |
| - rex (~> 2.0.0) | |
| + rex (~> 2.0.3) | |
| sass-rails (~> 3.2.3) | |
| scrypt | |
| therubyracer |