| Swap git:// to https://, fixes #41 - warvox - VoIP based wardialing tool, forke… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 3208328823f9c9806d6878cb3f79ad04ca83fe56 | |
| parent 4c244fd8aa041043c0cace51ccddf09dd7ef89bc | |
| Author: HD Moore <[email protected]> | |
| 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(-) | |
| --- | |
| 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 => '… | |
| +gem 'reportable', :git => 'https://github.com/hdm/reportable.git', :require =>… | |
| gem 'will_paginate', '~> 3.0' | |
| gem 'will_paginate-bootstrap' | |
| 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) |