Skip to content

Commit 6f1acf4

Browse files
committed
Bump version of framework to 6.4.26
1 parent 72f4dcb commit 6f1acf4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.4.25)
4+
metasploit-framework (6.4.26)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ bigdecimal, 3.1.8, "ruby, Simplified BSD"
3030
bindata, 2.4.15, "Simplified BSD"
3131
bootsnap, 1.18.3, MIT
3232
bson, 5.0.0, "Apache 2.0"
33-
builder, 3.2.4, MIT
34-
bundler, 2.1.4, MIT
33+
builder, 3.3.0, MIT
34+
bundler, 2.2.3, MIT
3535
byebug, 11.1.3, "Simplified BSD"
3636
chunky_png, 1.4.0, MIT
3737
coderay, 1.1.3, MIT
38-
concurrent-ruby, 1.3.1, MIT
38+
concurrent-ruby, 1.3.4, MIT
3939
cookiejar, 0.3.4, "Simplified BSD"
4040
crass, 1.0.6, MIT
4141
csv, 3.3.0, "ruby, Simplified BSD"
@@ -50,7 +50,7 @@ drb, 2.2.1, "ruby, Simplified BSD"
5050
ed25519, 1.3.0, MIT
5151
em-http-request, 1.1.7, MIT
5252
em-socksify, 0.3.2, MIT
53-
erubi, 1.12.0, MIT
53+
erubi, 1.13.0, MIT
5454
eventmachine, 1.2.7, "ruby, GPL-2.0"
5555
factory_bot, 6.4.6, MIT
5656
factory_bot_rails, 6.4.3, MIT
@@ -86,7 +86,7 @@ memory_profiler, 1.0.1, MIT
8686
metasm, 1.0.5, LGPL-2.1
8787
metasploit-concern, 5.0.2, "New BSD"
8888
metasploit-credential, 6.0.9, "New BSD"
89-
metasploit-framework, 6.4.25, "New BSD"
89+
metasploit-framework, 6.4.26, "New BSD"
9090
metasploit-model, 5.0.2, "New BSD"
9191
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
9292
metasploit_data_models, 6.0.3, "New BSD"
@@ -95,7 +95,7 @@ method_source, 1.1.0, MIT
9595
mime-types, 3.5.2, MIT
9696
mime-types-data, 3.2024.0604, MIT
9797
mini_portile2, 2.8.7, MIT
98-
minitest, 5.23.1, MIT
98+
minitest, 5.25.1, MIT
9999
mqtt, 0.6.0, MIT
100100
msgpack, 1.6.1, "Apache 2.0"
101101
multi_json, 1.15.0, MIT
@@ -111,7 +111,7 @@ net-ssh, 7.2.3, MIT
111111
network_interface, 0.0.4, MIT
112112
nexpose, 7.3.0, "New BSD"
113113
nio4r, 2.7.3, "MIT, Simplified BSD"
114-
nokogiri, 1.16.5, MIT
114+
nokogiri, 1.16.7, MIT
115115
nori, 2.7.0, MIT
116116
octokit, 4.25.1, MIT
117117
openssl-ccm, 1.2.3, MIT
@@ -128,7 +128,7 @@ pry, 0.14.2, MIT
128128
pry-byebug, 3.10.1, MIT
129129
public_suffix, 5.0.5, MIT
130130
puma, 6.4.2, "New BSD"
131-
racc, 1.8.0, "ruby, Simplified BSD"
131+
racc, 1.8.1, "ruby, Simplified BSD"
132132
rack, 2.2.9, MIT
133133
rack-protection, 3.2.0, MIT
134134
rack-test, 2.1.0, MIT
@@ -166,9 +166,9 @@ rexml, 3.3.6, "Simplified BSD"
166166
rkelly-remix, 0.0.7, MIT
167167
rspec, 3.13.0, MIT
168168
rspec-core, 3.13.0, MIT
169-
rspec-expectations, 3.13.0, MIT
169+
rspec-expectations, 3.13.2, MIT
170170
rspec-mocks, 3.13.1, MIT
171-
rspec-rails, 6.1.2, MIT
171+
rspec-rails, 6.1.4, MIT
172172
rspec-rerun, 1.1.0, MIT
173173
rspec-support, 3.13.1, MIT
174174
rubocop, 1.64.1, MIT
@@ -215,4 +215,4 @@ winrm, 2.3.6, "Apache 2.0"
215215
xdr, 3.0.3, "Apache 2.0"
216216
xmlrpc, 0.3.3, "ruby, Simplified BSD"
217217
yard, 0.9.36, MIT
218-
zeitwerk, 2.6.15, MIT
218+
zeitwerk, 2.6.17, 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.4.25"
35+
VERSION = "6.4.26"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)