Skip to content

Commit

Permalink
Point Gemfile to the metasploit-credentials feature branch on cdelafu…
Browse files Browse the repository at this point in the history
…ente-r7 repo
  • Loading branch information
cdelafuente-r7 committed Dec 16, 2024
1 parent d241583 commit 96f7538
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec name: 'metasploit-framework'

gem 'metasploit-credential', git: '[email protected]:cdelafuente-r7/metasploit-credential.git', branch: 'enh/MS-9710/add_pkcs12_metadata'

# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
Expand Down
27 changes: 17 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
GIT
remote: [email protected]:cdelafuente-r7/metasploit-credential.git
revision: acc5a012f4bc7e7774af059e778b947cd994da1e
branch: enh/MS-9710/add_pkcs12_metadata
specs:
metasploit-credential (6.0.12)
metasploit-concern
metasploit-model
metasploit_data_models (>= 5.0.0)
net-ssh
pg
railties
rex-socket
rubyntlm
rubyzip

PATH
remote: .
specs:
Expand Down Expand Up @@ -286,16 +302,6 @@ GEM
activesupport (~> 7.0)
railties (~> 7.0)
zeitwerk
metasploit-credential (6.0.11)
metasploit-concern
metasploit-model
metasploit_data_models (>= 5.0.0)
net-ssh
pg
railties
rex-socket
rubyntlm
rubyzip
metasploit-model (5.0.2)
activemodel (~> 7.0)
activesupport (~> 7.0)
Expand Down Expand Up @@ -581,6 +587,7 @@ DEPENDENCIES
factory_bot_rails
fivemat
memory_profiler
metasploit-credential!
metasploit-framework!
octokit
pry-byebug
Expand Down

0 comments on commit 96f7538

Please sign in to comment.