1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

Bump version of framework to 6.0.8

This commit is contained in:
Metasploit 2020-09-17 12:02:42 -05:00
parent 3e00adf61c
commit 3c4e528d3b
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 27 additions and 27 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.7)
metasploit-framework (6.0.8)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
@ -121,22 +121,22 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.366.0)
aws-sdk-core (3.105.0)
aws-partitions (1.371.0)
aws-sdk-core (3.107.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.193.0)
aws-sdk-ec2 (1.195.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.44.0)
aws-sdk-iam (1.45.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.37.0)
aws-sdk-kms (1.38.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.79.1)
aws-sdk-s3 (1.81.0)
aws-sdk-core (~> 3, >= 3.104.3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
@ -174,7 +174,7 @@ GEM
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faker (2.13.0)
faker (2.14.0)
i18n (>= 1.6, < 2)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
@ -190,8 +190,8 @@ GEM
i18n (1.8.5)
concurrent-ruby (~> 1.0)
io-console (0.5.6)
irb (1.2.4)
reline (>= 0.0.1)
irb (1.2.6)
reline (>= 0.1.5)
jmespath (1.4.0)
jsobfu (0.4.2)
rkelly-remix
@ -295,7 +295,7 @@ GEM
nokogiri
redcarpet (3.5.0)
regexp_parser (1.7.1)
reline (0.1.4)
reline (0.1.5)
io-console (~> 0.5)
rex-arch (0.1.13)
rex-text
@ -369,16 +369,16 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.9.3)
rubocop (0.90.0)
rubocop (0.91.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.3.0, < 1.0)
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
rubocop-ast (0.4.1)
parser (>= 2.7.1.4)
ruby-macho (2.2.0)
ruby-prof (1.4.1)

View File

@ -11,12 +11,12 @@ arel, 9.0.0, MIT
arel-helpers, 2.11.0, MIT
ast, 2.4.1, MIT
aws-eventstream, 1.1.0, "Apache 2.0"
aws-partitions, 1.366.0, "Apache 2.0"
aws-sdk-core, 3.105.0, "Apache 2.0"
aws-sdk-ec2, 1.193.0, "Apache 2.0"
aws-sdk-iam, 1.44.0, "Apache 2.0"
aws-sdk-kms, 1.37.0, "Apache 2.0"
aws-sdk-s3, 1.79.1, "Apache 2.0"
aws-partitions, 1.371.0, "Apache 2.0"
aws-sdk-core, 3.107.0, "Apache 2.0"
aws-sdk-ec2, 1.195.0, "Apache 2.0"
aws-sdk-iam, 1.45.0, "Apache 2.0"
aws-sdk-kms, 1.38.0, "Apache 2.0"
aws-sdk-s3, 1.81.0, "Apache 2.0"
aws-sigv4, 1.2.2, "Apache 2.0"
bcrypt, 3.1.16, MIT
bcrypt_pbkdf, 1.0.1, MIT
@ -41,7 +41,7 @@ erubi, 1.9.0, MIT
eventmachine, 1.2.7, "ruby, GPL-2.0"
factory_bot, 6.1.0, MIT
factory_bot_rails, 6.1.0, MIT
faker, 2.13.0, MIT
faker, 2.14.0, MIT
faraday, 1.0.1, MIT
faye-websocket, 0.11.0, "Apache 2.0"
filesize, 0.2.0, MIT
@ -51,7 +51,7 @@ hrr_rb_ssh, 0.3.0.pre2, "Apache 2.0"
http_parser.rb, 0.6.0, MIT
i18n, 1.8.5, MIT
io-console, 0.5.6, "Simplified BSD"
irb, 1.2.4, "Simplified BSD"
irb, 1.2.6, "ruby, Simplified BSD"
jmespath, 1.4.0, "Apache 2.0"
jsobfu, 0.4.2, "New BSD"
json, 2.3.1, ruby
@ -60,7 +60,7 @@ memory_profiler, 0.9.14, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 3.0.0, "New BSD"
metasploit-credential, 4.0.2, "New BSD"
metasploit-framework, 6.0.7, "New BSD"
metasploit-framework, 6.0.8, "New BSD"
metasploit-model, 3.0.0, "New BSD"
metasploit-payloads, 2.0.12, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.0.2, "New BSD"
@ -104,7 +104,7 @@ rb-readline, 0.5.5, BSD
recog, 2.3.14, unknown
redcarpet, 3.5.0, MIT
regexp_parser, 1.7.1, MIT
reline, 0.1.4, "Ruby License"
reline, 0.1.5, ruby
rex-arch, 0.1.13, "New BSD"
rex-bin_tools, 0.1.6, "New BSD"
rex-core, 0.1.13, "New BSD"
@ -132,8 +132,8 @@ rspec-mocks, 3.9.1, MIT
rspec-rails, 4.0.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.9.3, MIT
rubocop, 0.90.0, MIT
rubocop-ast, 0.3.0, MIT
rubocop, 0.91.0, MIT
rubocop-ast, 0.4.1, MIT
ruby-macho, 2.2.0, MIT
ruby-prof, 1.4.1, "Simplified BSD"
ruby-progressbar, 1.10.1, MIT

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.0.7"
VERSION = "6.0.8"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash