Skip to content

Commit 884b68f

Browse files
committed
Bump version of framework to 4.16.13
1 parent c795cef commit 884b68f

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.12)
4+
metasploit-framework (4.16.13)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -104,13 +104,14 @@ GEM
104104
arel (6.0.4)
105105
arel-helpers (2.5.0)
106106
activerecord (>= 3.1.0, < 6)
107-
backports (3.10.0)
107+
backports (3.10.3)
108108
bcrypt (3.1.11)
109109
bcrypt_pbkdf (1.0.0)
110110
bindata (2.4.1)
111111
bit-struct (0.16)
112112
builder (3.2.3)
113113
coderay (1.1.2)
114+
concurrent-ruby (1.0.5)
114115
crass (1.0.2)
115116
diff-lcs (1.3)
116117
dnsruby (1.60.2)
@@ -137,12 +138,13 @@ GEM
137138
multi_json (~> 1.11)
138139
os (~> 0.9)
139140
signet (~> 0.7)
140-
grpc (1.6.6)
141+
grpc (1.6.7)
141142
google-protobuf (~> 3.1)
142143
googleapis-common-protos-types (~> 1.0.0)
143144
googleauth (~> 0.5.1)
144145
hashery (2.1.2)
145-
i18n (0.8.6)
146+
i18n (0.9.0)
147+
concurrent-ruby (~> 1.0)
146148
jsobfu (0.4.2)
147149
rkelly-remix
148150
json (2.1.0)
@@ -221,7 +223,7 @@ GEM
221223
activerecord (>= 4.0.0)
222224
arel (>= 4.0.1)
223225
pg_array_parser (~> 0.0.9)
224-
pry (0.11.1)
226+
pry (0.11.2)
225227
coderay (~> 1.1.0)
226228
method_source (~> 0.9.0)
227229
public_suffix (3.0.0)
@@ -297,29 +299,29 @@ GEM
297299
rex-zip (0.1.3)
298300
rex-text
299301
rkelly-remix (0.0.7)
300-
rspec (3.6.0)
301-
rspec-core (~> 3.6.0)
302-
rspec-expectations (~> 3.6.0)
303-
rspec-mocks (~> 3.6.0)
304-
rspec-core (3.6.0)
305-
rspec-support (~> 3.6.0)
306-
rspec-expectations (3.6.0)
302+
rspec (3.7.0)
303+
rspec-core (~> 3.7.0)
304+
rspec-expectations (~> 3.7.0)
305+
rspec-mocks (~> 3.7.0)
306+
rspec-core (3.7.0)
307+
rspec-support (~> 3.7.0)
308+
rspec-expectations (3.7.0)
307309
diff-lcs (>= 1.2.0, < 2.0)
308-
rspec-support (~> 3.6.0)
309-
rspec-mocks (3.6.0)
310+
rspec-support (~> 3.7.0)
311+
rspec-mocks (3.7.0)
310312
diff-lcs (>= 1.2.0, < 2.0)
311-
rspec-support (~> 3.6.0)
312-
rspec-rails (3.6.1)
313+
rspec-support (~> 3.7.0)
314+
rspec-rails (3.7.1)
313315
actionpack (>= 3.0)
314316
activesupport (>= 3.0)
315317
railties (>= 3.0)
316-
rspec-core (~> 3.6.0)
317-
rspec-expectations (~> 3.6.0)
318-
rspec-mocks (~> 3.6.0)
319-
rspec-support (~> 3.6.0)
318+
rspec-core (~> 3.7.0)
319+
rspec-expectations (~> 3.7.0)
320+
rspec-mocks (~> 3.7.0)
321+
rspec-support (~> 3.7.0)
320322
rspec-rerun (1.1.0)
321323
rspec (~> 3.0)
322-
rspec-support (3.6.0)
324+
rspec-support (3.7.0)
323325
ruby-rc4 (0.1.5)
324326
ruby_smb (0.0.18)
325327
bindata
@@ -330,10 +332,10 @@ GEM
330332
sawyer (0.8.1)
331333
addressable (>= 2.3.5, < 2.6)
332334
faraday (~> 0.8, < 1.0)
333-
signet (0.7.3)
335+
signet (0.8.1)
334336
addressable (~> 2.3)
335337
faraday (~> 0.9)
336-
jwt (~> 1.5)
338+
jwt (>= 1.5, < 3.0)
337339
multi_json (~> 1.10)
338340
simplecov (0.15.1)
339341
docile (~> 1.1.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.12"
33+
VERSION = "4.16.13"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)