Skip to content

Commit 3205c73

Browse files
Rebase on master and update Gemfile
1 parent 630c2c0 commit 3205c73

File tree

2 files changed

+14
-49
lines changed

2 files changed

+14
-49
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec name: 'metasploit-framework'
55

6-
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'
8-
gem 'metasploit_data_models', git: 'https://github.com/cdelafuente-r7/metasploit_data_models', branch: 'enh/visitor/jsonb'
9-
106
# separate from test as simplecov is not run on travis-ci
117
group :coverage do
128
# code coverage for tests

Gemfile.lock

Lines changed: 14 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,3 @@
1-
GIT
2-
remote: https://github.com/cdelafuente-r7/metasploit-credential
3-
revision: 6c8554df2feab43489ca86eada790970e9749fb3
4-
branch: enh/MS-9710/add_pkcs12_metadata
5-
specs:
6-
metasploit-credential (6.0.12)
7-
metasploit-concern
8-
metasploit-model
9-
metasploit_data_models (>= 5.0.0)
10-
net-ssh
11-
pg
12-
railties
13-
rex-socket
14-
rubyntlm
15-
rubyzip
16-
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-
27-
GIT
28-
remote: https://github.com/cdelafuente-r7/metasploit_data_models
29-
revision: 34fc27d3059c919eac98cf2a8061c31146189a26
30-
branch: enh/visitor/jsonb
31-
specs:
32-
metasploit_data_models (6.0.6)
33-
activerecord (~> 7.0)
34-
activesupport (~> 7.0)
35-
arel-helpers
36-
metasploit-concern
37-
metasploit-model (>= 3.1)
38-
pg
39-
railties (~> 7.0)
40-
recog
41-
webrick
42-
431
PATH
442
remote: .
453
specs:
@@ -335,6 +293,20 @@ GEM
335293
activesupport (~> 7.0)
336294
railties (~> 7.0)
337295
zeitwerk
296+
metasploit-credential (6.0.14)
297+
metasploit-concern
298+
metasploit-model
299+
metasploit_data_models (>= 5.0.0)
300+
net-ssh
301+
pg
302+
railties
303+
rex-socket
304+
rubyntlm
305+
rubyzip
306+
metasploit-model (5.0.3)
307+
activemodel (~> 7.0)
308+
activesupport (~> 7.0)
309+
railties (~> 7.0)
338310
metasploit-payloads (2.0.189)
339311
metasploit_data_models (6.0.9)
340312
activerecord (~> 7.0)
@@ -616,10 +588,7 @@ DEPENDENCIES
616588
factory_bot_rails
617589
fivemat
618590
memory_profiler
619-
metasploit-credential!
620591
metasploit-framework!
621-
metasploit-model!
622-
metasploit_data_models!
623592
octokit
624593
pry-byebug
625594
rake

0 commit comments

Comments
 (0)