Skip to content

Commit 435759b

Browse files
committed
Bump version of framework to 6.3.59
1 parent 4fe861c commit 435759b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.3.58)
4+
metasploit-framework (6.3.59)
55
actionpack (~> 7.0.0)
66
activerecord (~> 7.0.0)
77
activesupport (~> 7.0.0)

LICENSE_GEMS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crass, 1.0.6, MIT
3838
daemons, 1.4.1, MIT
3939
date, 3.3.3, "ruby, Simplified BSD"
4040
debug, 1.8.0, "ruby, Simplified BSD"
41-
diff-lcs, 1.5.0, "MIT, Artistic-2.0, GPL-2.0+"
41+
diff-lcs, 1.5.1, "MIT, Artistic-2.0, GPL-2.0-or-later"
4242
dnsruby, 1.70.0, "Apache 2.0"
4343
docile, 1.4.0, MIT
4444
domain_name, 0.5.20190701, "Simplified BSD, New BSD, Mozilla Public License 2.0"
@@ -80,7 +80,7 @@ memory_profiler, 1.0.1, MIT
8080
metasm, 1.0.5, LGPL-2.1
8181
metasploit-concern, 5.0.2, "New BSD"
8282
metasploit-credential, 6.0.7, "New BSD"
83-
metasploit-framework, 6.3.58, "New BSD"
83+
metasploit-framework, 6.3.59, "New BSD"
8484
metasploit-model, 5.0.2, "New BSD"
8585
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
8686
metasploit_data_models, 6.0.3, "New BSD"
@@ -152,17 +152,17 @@ rex-rop_builder, 0.1.5, "New BSD"
152152
rex-socket, 0.1.56, "New BSD"
153153
rex-sslscan, 0.1.10, "New BSD"
154154
rex-struct2, 0.1.4, "New BSD"
155-
rex-text, 0.2.53, "New BSD"
155+
rex-text, 0.2.56, "New BSD"
156156
rex-zip, 0.1.5, "New BSD"
157157
rexml, 3.2.6, "Simplified BSD"
158158
rkelly-remix, 0.0.7, MIT
159-
rspec, 3.12.0, MIT
160-
rspec-core, 3.12.2, MIT
161-
rspec-expectations, 3.12.3, MIT
162-
rspec-mocks, 3.12.6, MIT
159+
rspec, 3.13.0, MIT
160+
rspec-core, 3.13.0, MIT
161+
rspec-expectations, 3.13.0, MIT
162+
rspec-mocks, 3.13.0, MIT
163163
rspec-rails, 6.0.3, MIT
164164
rspec-rerun, 1.1.0, MIT
165-
rspec-support, 3.12.1, MIT
165+
rspec-support, 3.13.0, MIT
166166
rubocop, 1.56.4, MIT
167167
rubocop-ast, 1.29.0, MIT
168168
ruby-macho, 4.0.0, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.3.58"
35+
VERSION = "6.3.59"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)