Skip to content

Commit

Permalink
Update Gemfile to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelafuente-r7 committed Dec 16, 2024
1 parent 96f7538 commit 4c5a365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

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

# separate from test as simplecov is not run on travis-ci
group :coverage do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git@github.com:cdelafuente-r7/metasploit-credential.git
remote: https://github.com/cdelafuente-r7/metasploit-credential
revision: acc5a012f4bc7e7774af059e778b947cd994da1e
branch: enh/MS-9710/add_pkcs12_metadata
specs:
Expand Down

0 comments on commit 4c5a365

Please sign in to comment.