File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.0 )
4
+ metasploit-framework (4.13.1 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -153,24 +153,24 @@ GEM
153
153
loofah (2.0.3 )
154
154
nokogiri (>= 1.5.9 )
155
155
metasm (1.0.2 )
156
- metasploit-concern (2.0.1 )
156
+ metasploit-concern (2.0.2 )
157
157
activemodel (~> 4.2.6 )
158
158
activesupport (~> 4.2.6 )
159
159
railties (~> 4.2.6 )
160
- metasploit-credential (2.0.5 )
160
+ metasploit-credential (2.0.7 )
161
161
metasploit-concern
162
162
metasploit-model
163
163
metasploit_data_models
164
164
pg
165
165
railties
166
166
rubyntlm
167
167
rubyzip
168
- metasploit-model (2.0.0 )
168
+ metasploit-model (2.0.2 )
169
169
activemodel (~> 4.2.6 )
170
170
activesupport (~> 4.2.6 )
171
171
railties (~> 4.2.6 )
172
172
metasploit-payloads (1.1.29 )
173
- metasploit_data_models (2.0.6 )
173
+ metasploit_data_models (2.0.8 )
174
174
activerecord (~> 4.2.6 )
175
175
activesupport (~> 4.2.6 )
176
176
arel-helpers
196
196
network_interface (0.0.1 )
197
197
nokogiri (1.6.8.1 )
198
198
mini_portile2 (~> 2.1.0 )
199
- octokit (4.6.0 )
199
+ octokit (4.6.1 )
200
200
sawyer (~> 0.8.0 , >= 0.5.3 )
201
201
openssl-ccm (1.2.1 )
202
202
openvas-omp (0.0.4 )
273
273
metasm
274
274
rex-core
275
275
rex-text
276
- rex-socket (0.1.0 )
276
+ rex-socket (0.1.1 )
277
277
rex-core
278
278
rex-sslscan (0.1.0 )
279
279
rex-socket
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def self.get_hash
30
30
end
31
31
end
32
32
33
- VERSION = "4.13.0 "
33
+ VERSION = "4.13.1 "
34
34
MAJOR , MINOR , PATCH = VERSION . split ( '.' ) . map { |x | x . to_i }
35
35
PRERELEASE = 'dev'
36
36
HASH = get_hash
You can’t perform that action at this time.
0 commit comments