From c8eb81161e9f68c6730f06fdf48961f6ab3d4e8e Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 5 Apr 2019 19:53:29 +0100 Subject: [PATCH] Uses https rather than git protocols for CMSScanner dep --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 74c94fb8..344fab6d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gemspec -gem 'cms_scanner', branch: '0.0.44.0', git: 'git@github.com:wpscanteam/CMSScanner.git' +gem 'cms_scanner', branch: '0.0.44.0', git: 'https://github.com/wpscanteam/CMSScanner.git'