Swap git:// to https://, fixes #41 - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 3208328823f9c9806d6878cb3f79ad04ca83fe56
(DIR) parent 4c244fd8aa041043c0cace51ccddf09dd7ef89bc
(HTM) Author: HD Moore <x@hdm.io>
Date: Tue, 3 May 2016 12:40:41 -0500
Swap git:// to https://, fixes #41
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/Gemfile b/Gemfile
@@ -28,7 +28,7 @@ gem 'therubyracer'
gem 'font-awesome-rails'
-gem 'reportable', :git => 'git://github.com/hdm/reportable.git', :require => 'saulabs/reportable'
+gem 'reportable', :git => 'https://github.com/hdm/reportable.git', :require => 'saulabs/reportable'
gem 'will_paginate', '~> 3.0'
gem 'will_paginate-bootstrap'
(DIR) diff --git a/Gemfile.lock b/Gemfile.lock
@@ -1,5 +1,5 @@
GIT
- remote: git://github.com/hdm/reportable.git
+ remote: https://github.com/hdm/reportable.git
revision: 073bc1657ee301f4c961f14247ef1a58cf38bd1f
specs:
reportable (1.3.1)