Skip to content

Commit 2122993

Browse files
Update Gemfile to bring in metasploit-model new gem
- Also rebase to master
1 parent 7f8a762 commit 2122993

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source 'https://rubygems.org'
44
gemspec name: 'metasploit-framework'
55

66
gem 'metasploit-credential', git: 'https://github.com/cdelafuente-r7/metasploit-credential', branch: 'enh/MS-9710/add_pkcs12_metadata'
7-
gem 'metasploit-model', git: 'https://github.com/cdelafuente-r7/metasploit-model', branch: 'feat/model/search/operation/jsonb'
87
gem 'metasploit_data_models', git: 'https://github.com/cdelafuente-r7/metasploit_data_models', branch: 'enh/visitor/jsonb'
98

109
# separate from test as simplecov is not run on travis-ci

Gemfile.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ GIT
1414
rubyntlm
1515
rubyzip
1616

17-
GIT
18-
remote: https://github.com/cdelafuente-r7/metasploit-model
19-
revision: 925a11f61f02123f29e32bb196b374390d36beb6
20-
branch: feat/model/search/operation/jsonb
21-
specs:
22-
metasploit-model (5.0.3)
23-
activemodel (~> 7.0)
24-
activesupport (~> 7.0)
25-
railties (~> 7.0)
26-
2717
GIT
2818
remote: https://github.com/cdelafuente-r7/metasploit_data_models
2919
revision: 34fc27d3059c919eac98cf2a8061c31146189a26
@@ -335,6 +325,10 @@ GEM
335325
activesupport (~> 7.0)
336326
railties (~> 7.0)
337327
zeitwerk
328+
metasploit-model (5.0.3)
329+
activemodel (~> 7.0)
330+
activesupport (~> 7.0)
331+
railties (~> 7.0)
338332
metasploit-payloads (2.0.189)
339333
metasploit_payloads-mettle (1.0.35)
340334
method_source (1.1.0)
@@ -608,7 +602,6 @@ DEPENDENCIES
608602
memory_profiler
609603
metasploit-credential!
610604
metasploit-framework!
611-
metasploit-model!
612605
metasploit_data_models!
613606
octokit
614607
pry-byebug

0 commit comments

Comments
 (0)