File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
metasploit-concern
15
15
metasploit-credential
16
16
metasploit-model
17
- metasploit-payloads (= 1.1.11 )
17
+ metasploit-payloads (= 1.1.12 )
18
18
metasploit_data_models
19
19
msgpack
20
20
network_interface
150
150
activemodel (~> 4.2.6 )
151
151
activesupport (~> 4.2.6 )
152
152
railties (~> 4.2.6 )
153
- metasploit-payloads (1.1.11 )
153
+ metasploit-payloads (1.1.12 )
154
154
metasploit_data_models (2.0.0 )
155
155
activerecord (~> 4.2.6 )
156
156
activesupport (~> 4.2.6 )
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'
72
72
# Needed for Meterpreter
73
- spec . add_runtime_dependency 'metasploit-payloads' , '1.1.11 '
73
+ spec . add_runtime_dependency 'metasploit-payloads' , '1.1.12 '
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.
@@ -116,7 +116,7 @@ Gem::Specification.new do |spec|
116
116
spec . add_runtime_dependency 'rex-registry'
117
117
# Library for parsing Java serialized streams
118
118
spec . add_runtime_dependency 'rex-java'
119
-
119
+
120
120
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
121
121
# NoMethodError undefined method `dlopen' for Fiddle:Module
122
122
unless Gem . win_platform?
You can’t perform that action at this time.
0 commit comments