Skip to content

Commit 68fa3d4

Browse files
committed
Bump version of framework to 4.16.9
1 parent ddbff6b commit 68fa3d4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.8)
4+
metasploit-framework (4.16.9)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -163,16 +163,16 @@ GEM
163163
recog (~> 2.0)
164164
metasploit_payloads-mettle (0.2.2)
165165
method_source (0.8.2)
166-
mini_portile2 (2.2.0)
166+
mini_portile2 (2.3.0)
167167
minitest (5.10.3)
168168
msgpack (1.1.0)
169169
multipart-post (2.0.0)
170170
nessus_rest (0.1.6)
171171
net-ssh (4.2.0)
172172
network_interface (0.0.2)
173173
nexpose (7.0.1)
174-
nokogiri (1.8.0)
175-
mini_portile2 (~> 2.2.0)
174+
nokogiri (1.8.1)
175+
mini_portile2 (~> 2.3.0)
176176
octokit (4.7.0)
177177
sawyer (~> 0.8.0, >= 0.5.3)
178178
openssl-ccm (1.2.1)
@@ -193,10 +193,9 @@ GEM
193193
activerecord (>= 4.0.0)
194194
arel (>= 4.0.1)
195195
pg_array_parser (~> 0.0.9)
196-
pry (0.10.4)
196+
pry (0.11.0)
197197
coderay (~> 1.1.0)
198198
method_source (~> 0.8.1)
199-
slop (~> 3.4)
200199
public_suffix (3.0.0)
201200
rack (1.6.8)
202201
rack-test (0.6.3)
@@ -308,7 +307,6 @@ GEM
308307
json (>= 1.8, < 3)
309308
simplecov-html (~> 0.10.0)
310309
simplecov-html (0.10.2)
311-
slop (3.6.0)
312310
sqlite3 (1.3.13)
313311
sshkey (1.9.0)
314312
thor (0.20.0)

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.16.8"
33+
VERSION = "4.16.9"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)