Skip to content

Commit

Permalink
Bump version of framework to 6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Oct 7, 2021
1 parent f19a445 commit 4440af5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.1.9)
metasploit-framework (6.1.10)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)
Expand Down Expand Up @@ -127,19 +127,19 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.508.0)
aws-partitions (1.511.0)
aws-sdk-core (3.121.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.265.0)
aws-sdk-ec2 (1.266.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.61.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.48.0)
aws-sdk-kms (1.49.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.103.0)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.10.2)
rubocop (1.22.0)
rubocop (1.22.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -467,7 +467,7 @@ GEM
ttfunk (1.7.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.2)
tzinfo-data (1.2021.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
Expand Down
13 changes: 7 additions & 6 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ afm, 0.2.2, MIT
arel-helpers, 2.12.1, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.2.0, "Apache 2.0"
aws-partitions, 1.508.0, "Apache 2.0"
aws-partitions, 1.511.0, "Apache 2.0"
aws-sdk-core, 3.121.1, "Apache 2.0"
aws-sdk-ec2, 1.265.0, "Apache 2.0"
aws-sdk-ec2, 1.266.0, "Apache 2.0"
aws-sdk-iam, 1.61.0, "Apache 2.0"
aws-sdk-kms, 1.48.0, "Apache 2.0"
aws-sdk-kms, 1.49.0, "Apache 2.0"
aws-sdk-s3, 1.103.0, "Apache 2.0"
aws-sigv4, 1.4.0, "Apache 2.0"
bcrypt, 3.1.16, MIT
Expand Down Expand Up @@ -75,7 +75,7 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.3, "New BSD"
metasploit-credential, 5.0.5, "New BSD"
metasploit-framework, 6.1.9, "New BSD"
metasploit-framework, 6.1.10, "New BSD"
metasploit-model, 4.0.3, "New BSD"
metasploit-payloads, 2.0.58, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.4, "New BSD"
Expand Down Expand Up @@ -152,7 +152,7 @@ rspec-mocks, 3.10.2, MIT
rspec-rails, 5.0.2, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.10.2, MIT
rubocop, 1.22.0, MIT
rubocop, 1.22.1, MIT
rubocop-ast, 1.12.0, MIT
ruby-macho, 2.5.1, MIT
ruby-prof, 1.4.2, "Simplified BSD"
Expand All @@ -176,7 +176,7 @@ tilt, 2.0.10, MIT
timecop, 0.9.4, MIT
ttfunk, 1.7.0, "Nonstandard, GPL-2.0, GPL-3.0"
tzinfo, 2.0.4, MIT
tzinfo-data, 1.2021.2, MIT
tzinfo-data, 1.2021.3, MIT
unf, 0.1.4, "2-clause BSDL"
unf_ext, 0.0.8, MIT
unicode-display_width, 2.1.0, MIT
Expand All @@ -185,6 +185,7 @@ warden, 1.2.9, MIT
webrick, 1.7.0, "ruby, Simplified BSD"
websocket-driver, 0.7.5, "Apache 2.0"
websocket-extensions, 0.1.5, "Apache 2.0"
win32api, 0.1.0, unknown
windows_error, 0.1.2, BSD
winrm, 2.3.6, "Apache 2.0"
xdr, 3.0.2, "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.get_hash
end
end

VERSION = "6.1.9"
VERSION = "6.1.10"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 4440af5

Please sign in to comment.