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 13
13
metasploit-concern
14
14
metasploit-credential (= 1.1.0 )
15
15
metasploit-model (= 1.1.0 )
16
- metasploit-payloads (= 1.1.5 )
16
+ metasploit-payloads (= 1.1.6 )
17
17
metasploit_data_models (= 1.3.0 )
18
18
msgpack
19
19
network_interface (~> 0.0.1 )
130
130
activemodel (>= 4.0.9 , < 4.1.0 )
131
131
activesupport (>= 4.0.9 , < 4.1.0 )
132
132
railties (>= 4.0.9 , < 4.1.0 )
133
- metasploit-payloads (1.1.5 )
133
+ metasploit-payloads (1.1.6 )
134
134
metasploit_data_models (1.3.0 )
135
135
activerecord (>= 4.0.9 , < 4.1.0 )
136
136
activesupport (>= 4.0.9 , < 4.1.0 )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
70
70
# are needed when there's no database
71
71
spec . add_runtime_dependency 'metasploit-model' , '1.1.0'
72
72
# Needed for Meterpreter
73
- spec . add_runtime_dependency 'metasploit-payloads' , '1.1.5 '
73
+ spec . add_runtime_dependency 'metasploit-payloads' , '1.1.6 '
74
74
# Needed by msfgui and other rpc components
75
75
spec . add_runtime_dependency 'msgpack'
76
76
# get list of network interfaces, like eth* from OS.
You can’t perform that action at this time.
0 commit comments