Skip to content

Commit

Permalink
Bump version of framework to 6.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Jun 17, 2021
1 parent 66da314 commit 645e151
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.49)
metasploit-framework (6.0.50)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
Expand Down Expand Up @@ -124,22 +124,22 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.466.0)
aws-sdk-core (3.114.2)
aws-partitions (1.468.0)
aws-sdk-core (3.114.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.240.0)
aws-sdk-ec2 (1.244.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.55.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.43.0)
aws-sdk-kms (1.44.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.96.0)
aws-sdk-s3 (1.96.1)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -393,7 +393,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.10.2)
rubocop (1.16.1)
rubocop (1.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -454,7 +454,7 @@ GEM
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
websocket-driver (0.7.4)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
windows_error (0.1.2)
Expand Down
16 changes: 8 additions & 8 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ arel, 9.0.0, MIT
arel-helpers, 2.12.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.1.1, "Apache 2.0"
aws-partitions, 1.466.0, "Apache 2.0"
aws-sdk-core, 3.114.2, "Apache 2.0"
aws-sdk-ec2, 1.240.0, "Apache 2.0"
aws-partitions, 1.468.0, "Apache 2.0"
aws-sdk-core, 3.114.3, "Apache 2.0"
aws-sdk-ec2, 1.244.0, "Apache 2.0"
aws-sdk-iam, 1.55.0, "Apache 2.0"
aws-sdk-kms, 1.43.0, "Apache 2.0"
aws-sdk-s3, 1.96.0, "Apache 2.0"
aws-sdk-kms, 1.44.0, "Apache 2.0"
aws-sdk-s3, 1.96.1, "Apache 2.0"
aws-sigv4, 1.2.3, "Apache 2.0"
bcrypt, 3.1.16, MIT
bcrypt_pbkdf, 1.1.0, MIT
Expand Down Expand Up @@ -66,7 +66,7 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 3.0.2, "New BSD"
metasploit-credential, 4.0.5, "New BSD"
metasploit-framework, 6.0.49, "New BSD"
metasploit-framework, 6.0.50, "New BSD"
metasploit-model, 3.1.4, "New BSD"
metasploit-payloads, 2.0.47, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.4, "New BSD"
Expand Down Expand Up @@ -141,7 +141,7 @@ rspec-mocks, 3.10.2, MIT
rspec-rails, 5.0.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.10.2, MIT
rubocop, 1.16.1, MIT
rubocop, 1.17.0, MIT
rubocop-ast, 1.7.0, MIT
ruby-macho, 2.5.1, MIT
ruby-prof, 1.4.2, "Simplified BSD"
Expand Down Expand Up @@ -172,7 +172,7 @@ unf_ext, 0.0.7.7, MIT
unicode-display_width, 2.0.0, MIT
warden, 1.2.9, MIT
webrick, 1.7.0, "ruby, Simplified BSD"
websocket-driver, 0.7.4, "Apache 2.0"
websocket-driver, 0.7.5, "Apache 2.0"
websocket-extensions, 0.1.5, "Apache 2.0"
windows_error, 0.1.2, BSD
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.0.49"
VERSION = "6.0.50"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 645e151

Please sign in to comment.