Skip to content

Commit 6802e83

Browse files
Update Gemfile to use https
1 parent 844b433 commit 6802e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec name: 'metasploit-framework'
55

6-
gem 'metasploit-credential', git: 'git@github.com:cdelafuente-r7/metasploit-credential.git', branch: 'enh/MS-9710/add_pkcs12_metadata'
6+
gem 'metasploit-credential', git: 'https://github.com/cdelafuente-r7/metasploit-credential', branch: 'enh/MS-9710/add_pkcs12_metadata'
77

88
# separate from test as simplecov is not run on travis-ci
99
group :coverage do

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git@github.com:cdelafuente-r7/metasploit-credential.git
2+
remote: https://github.com/cdelafuente-r7/metasploit-credential
33
revision: acc5a012f4bc7e7774af059e778b947cd994da1e
44
branch: enh/MS-9710/add_pkcs12_metadata
55
specs:

0 commit comments

Comments
 (0)