Skip to content

Commit 56ed8bc

Browse files
committed
Bump version of framework to 4.13.15
1 parent 64550a1 commit 56ed8bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.14)
4+
metasploit-framework (4.13.15)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -140,16 +140,16 @@ GEM
140140
factory_girl_rails (4.8.0)
141141
factory_girl (~> 4.8.0)
142142
railties (>= 3.0.0)
143-
faraday (0.10.1)
143+
faraday (0.11.0)
144144
multipart-post (>= 1.2, < 3)
145-
ffi (1.9.14)
145+
ffi (1.9.16)
146146
filesize (0.1.1)
147147
fivemat (1.3.2)
148148
gherkin (4.0.0)
149149
i18n (0.7.0)
150150
jsobfu (0.4.1)
151151
rkelly-remix (= 0.0.6)
152-
json (1.8.3)
152+
json (1.8.6)
153153
loofah (2.0.3)
154154
nokogiri (>= 1.5.9)
155155
metasm (1.0.2)
@@ -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.2)
237+
recog (2.1.3)
238238
nokogiri
239239
redcarpet (3.4.0)
240240
rex-arch (0.1.4)
@@ -245,7 +245,7 @@ GEM
245245
rex-core
246246
rex-struct2
247247
rex-text
248-
rex-core (0.1.5)
248+
rex-core (0.1.6)
249249
rex-encoder (0.1.2)
250250
metasm
251251
rex-arch

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

0 commit comments

Comments
 (0)