File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
json
10
10
metasploit-concern (= 0.4.0 )
11
11
metasploit-model (~> 0.29.0 )
12
- metasploit-payloads (= 0.0.2 )
12
+ metasploit-payloads (= 0.0.3 )
13
13
msgpack
14
14
nokogiri
15
15
packetfu (= 1.1.9 )
123
123
metasploit-model (0.29.2 )
124
124
activesupport
125
125
railties (< 4.0.0 )
126
- metasploit-payloads (0.0.2 )
126
+ metasploit-payloads (0.0.3 )
127
127
metasploit_data_models (0.24.0 )
128
128
activerecord (>= 3.2.13 , < 4.0.0 )
129
129
activesupport
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
64
64
# are needed when there's no database
65
65
spec . add_runtime_dependency 'metasploit-model' , '~> 0.29.0'
66
66
# Needed for Meterpreter on Windows, soon others.
67
- spec . add_runtime_dependency 'metasploit-payloads' , '0.0.2 '
67
+ spec . add_runtime_dependency 'metasploit-payloads' , '0.0.3 '
68
68
# Needed by msfgui and other rpc components
69
69
spec . add_runtime_dependency 'msgpack'
70
70
# Needed by anemone crawler
You can’t perform that action at this time.
0 commit comments