File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.16.32 )
4
+ metasploit-framework (5.0.0 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -182,13 +182,13 @@ GEM
182
182
activesupport (~> 4.2.6 )
183
183
railties (~> 4.2.6 )
184
184
metasploit-payloads (1.3.25 )
185
- metasploit_data_models (2.0.15 )
185
+ metasploit_data_models (2.0.16 )
186
186
activerecord (~> 4.2.6 )
187
187
activesupport (~> 4.2.6 )
188
188
arel-helpers
189
189
metasploit-concern
190
190
metasploit-model
191
- pg
191
+ pg ( = 0.20.0 )
192
192
postgres_ext
193
193
railties (~> 4.2.6 )
194
194
recog (~> 2.0 )
203
203
nessus_rest (0.1.6 )
204
204
net-ssh (4.2.0 )
205
205
network_interface (0.0.2 )
206
- nexpose (7.1.1 )
206
+ nexpose (7.2.0 )
207
207
nokogiri (1.8.1 )
208
208
mini_portile2 (~> 2.3.0 )
209
209
octokit (4.8.0 )
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.16.32 "
33
+ VERSION = "5.0.0 "
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