Skip to content

Commit c2e4a50

Browse files
committed
Bump version of framework to 4.13.16
1 parent d407787 commit c2e4a50

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.15)
4+
metasploit-framework (4.13.16)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -103,7 +103,7 @@ GEM
103103
thor (~> 0.19)
104104
bcrypt (3.1.11)
105105
bit-struct (0.15.0)
106-
builder (3.2.2)
106+
builder (3.2.3)
107107
capybara (2.11.0)
108108
addressable
109109
mime-types (>= 1.16)
@@ -132,7 +132,7 @@ GEM
132132
nokogiri (~> 1.5)
133133
railties (>= 3, < 5.1)
134134
cucumber-wire (0.0.1)
135-
diff-lcs (1.2.5)
135+
diff-lcs (1.3)
136136
docile (1.1.5)
137137
erubis (2.7.0)
138138
factory_girl (4.8.0)
@@ -142,13 +142,13 @@ GEM
142142
railties (>= 3.0.0)
143143
faraday (0.11.0)
144144
multipart-post (>= 1.2, < 3)
145-
ffi (1.9.16)
145+
ffi (1.9.17)
146146
filesize (0.1.1)
147147
fivemat (1.3.2)
148148
gherkin (4.0.0)
149149
i18n (0.7.0)
150-
jsobfu (0.4.1)
151-
rkelly-remix (= 0.0.6)
150+
jsobfu (0.4.2)
151+
rkelly-remix
152152
json (1.8.6)
153153
loofah (2.0.3)
154154
nokogiri (>= 1.5.9)
@@ -234,7 +234,7 @@ GEM
234234
thor (>= 0.18.1, < 2.0)
235235
rake (12.0.0)
236236
rb-readline-r7 (0.5.2.0)
237-
recog (2.1.3)
237+
recog (2.1.4)
238238
nokogiri
239239
redcarpet (3.4.0)
240240
rex-arch (0.1.4)
@@ -257,7 +257,7 @@ GEM
257257
rex-encoder
258258
rex-text
259259
rex-java (0.1.3)
260-
rex-mime (0.1.1)
260+
rex-mime (0.1.3)
261261
rex-text
262262
rex-nop (0.1.0)
263263
rex-arch
@@ -275,14 +275,14 @@ GEM
275275
rex-text
276276
rex-socket (0.1.3)
277277
rex-core
278-
rex-sslscan (0.1.1)
278+
rex-sslscan (0.1.2)
279279
rex-socket
280280
rex-text
281281
rex-struct2 (0.1.0)
282-
rex-text (0.2.10)
282+
rex-text (0.2.11)
283283
rex-zip (0.1.1)
284284
rex-text
285-
rkelly-remix (0.0.6)
285+
rkelly-remix (0.0.7)
286286
robots (0.10.1)
287287
rspec-core (3.5.4)
288288
rspec-support (~> 3.5.0)
@@ -323,10 +323,10 @@ GEM
323323
thread_safe (~> 0.1)
324324
tzinfo-data (1.2016.10)
325325
tzinfo (>= 1.0.0)
326-
windows_error (0.0.2)
326+
windows_error (0.1.0)
327327
xpath (2.0.0)
328328
nokogiri (~> 1.3)
329-
yard (0.9.7)
329+
yard (0.9.8)
330330

331331
PLATFORMS
332332
ruby

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.13.15"
33+
VERSION = "4.13.16"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)