Skip to content

Commit 140955f

Browse files
committed
Bump version of framework to 4.16.14
1 parent 7705efe commit 140955f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.13)
4+
metasploit-framework (4.16.14)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -117,10 +117,10 @@ GEM
117117
dnsruby (1.60.2)
118118
docile (1.1.5)
119119
erubis (2.7.0)
120-
factory_girl (4.8.1)
120+
factory_girl (4.9.0)
121121
activesupport (>= 3.0.0)
122-
factory_girl_rails (4.8.0)
123-
factory_girl (~> 4.8.0)
122+
factory_girl_rails (4.9.0)
123+
factory_girl (~> 4.9.0)
124124
railties (>= 3.0.0)
125125
faraday (0.13.1)
126126
multipart-post (>= 1.2, < 3)
@@ -138,7 +138,7 @@ GEM
138138
multi_json (~> 1.11)
139139
os (~> 0.9)
140140
signet (~> 0.7)
141-
grpc (1.6.7)
141+
grpc (1.7.0)
142142
google-protobuf (~> 3.1)
143143
googleapis-common-protos-types (~> 1.0.0)
144144
googleauth (~> 0.5.1)
@@ -243,13 +243,13 @@ GEM
243243
activesupport (= 4.2.10)
244244
rake (>= 0.8.7)
245245
thor (>= 0.18.1, < 2.0)
246-
rake (12.1.0)
246+
rake (12.2.1)
247247
rb-readline (0.5.5)
248248
rbnacl (4.0.2)
249249
ffi
250250
rbnacl-libsodium (1.0.13)
251251
rbnacl (>= 3.0.1)
252-
recog (2.1.15)
252+
recog (2.1.16)
253253
nokogiri
254254
redcarpet (3.4.0)
255255
rex-arch (0.1.11)
@@ -348,9 +348,9 @@ GEM
348348
thread_safe (0.3.6)
349349
timecop (0.9.1)
350350
ttfunk (1.5.1)
351-
tzinfo (1.2.3)
351+
tzinfo (1.2.4)
352352
thread_safe (~> 0.1)
353-
tzinfo-data (1.2017.2)
353+
tzinfo-data (1.2017.3)
354354
tzinfo (>= 1.0.0)
355355
windows_error (0.1.2)
356356
xdr (2.0.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.13"
33+
VERSION = "4.16.14"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)