Skip to content

Commit a4e5c36

Browse files
committed
Update to metasploit-credential to use gem.
MSP-10808
1 parent ed1ed5d commit a4e5c36

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :db do
77
# Needed for Msf::DbManager
88
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
99
# Metasploit::Credential database models
10-
gem 'metasploit-credential', git: 'github-metasploit-credential:rapid7/metasploit-credential.git', tag: 'v0.7.1.pre.electro.pre.release'
10+
gem 'metasploit-credential', '~> 0.7.8'
1111
# Database models shared between framework and Pro.
1212
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
1313
# Needed for module caching in Mdm::ModuleDetails

Gemfile.lock

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
GIT
2-
remote: github-metasploit-credential:rapid7/metasploit-credential.git
3-
revision: d5784729bf65a6419a05e2aaac1be217c4f93ff1
4-
tag: v0.7.1.pre.electro.pre.release
5-
specs:
6-
metasploit-credential (0.7.1.pre.electro.pre.release)
7-
metasploit-concern (~> 0.1.0)
8-
metasploit-model (>= 0.25.6)
9-
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
10-
rubyntlm
11-
rubyzip (~> 1.1)
12-
131
PATH
142
remote: .
153
specs:
@@ -70,6 +58,13 @@ GEM
7058
json (1.8.1)
7159
metasploit-concern (0.1.1)
7260
activesupport (~> 3.0, >= 3.0.0)
61+
metasploit-credential (0.7.8)
62+
metasploit-concern (~> 0.1.0)
63+
metasploit-model (>= 0.25.6)
64+
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
65+
pg
66+
rubyntlm
67+
rubyzip (~> 1.1)
7368
metasploit-model (0.25.6)
7469
activesupport
7570
metasploit_data_models (0.18.0)
@@ -161,7 +156,7 @@ DEPENDENCIES
161156
factory_girl (>= 4.1.0)
162157
factory_girl_rails
163158
fivemat (= 1.2.1)
164-
metasploit-credential!
159+
metasploit-credential (~> 0.7.8)
165160
metasploit-framework!
166161
metasploit_data_models (>= 0.18.0, < 0.19)
167162
network_interface (~> 0.0.1)

0 commit comments

Comments
 (0)