Skip to content

Commit

Permalink
Bump version of framework to 6.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Oct 26, 2020
1 parent 3f0419a commit d3e3291
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.13)
metasploit-framework (6.0.14)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.384.0)
aws-partitions (1.385.0)
aws-sdk-core (3.109.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
rb-readline (0.5.5)
recog (2.3.14)
recog (2.3.15)
nokogiri
redcarpet (3.5.0)
regexp_parser (1.8.2)
Expand Down Expand Up @@ -353,7 +353,7 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-core (3.9.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec-expectations (3.9.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
Expand All @@ -369,7 +369,7 @@ GEM
rspec-support (~> 3.9)
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.9.3)
rspec-support (3.9.4)
rubocop (1.0.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand All @@ -379,7 +379,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.0.0)
rubocop-ast (1.0.1)
parser (>= 2.7.1.5)
ruby-macho (2.3.0)
ruby-prof (1.4.1)
Expand Down
12 changes: 6 additions & 6 deletions LICENSE_GEMS
Expand Up @@ -11,7 +11,7 @@ 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.384.0, "Apache 2.0"
aws-partitions, 1.385.0, "Apache 2.0"
aws-sdk-core, 3.109.1, "Apache 2.0"
aws-sdk-ec2, 1.202.0, "Apache 2.0"
aws-sdk-iam, 1.46.0, "Apache 2.0"
Expand Down Expand Up @@ -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.13, "New BSD"
metasploit-framework, 6.0.14, "New BSD"
metasploit-model, 3.1.2, "New BSD"
metasploit-payloads, 2.0.22, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.0, "New BSD"
Expand Down Expand Up @@ -101,7 +101,7 @@ railties, 5.2.4.4, MIT
rainbow, 3.0.0, MIT
rake, 13.0.1, MIT
rb-readline, 0.5.5, BSD
recog, 2.3.14, unknown
recog, 2.3.15, unknown
redcarpet, 3.5.0, MIT
regexp_parser, 1.8.2, MIT
reline, 0.1.6, ruby
Expand All @@ -127,13 +127,13 @@ rexml, 3.2.4, "Simplified BSD"
rkelly-remix, 0.0.7, MIT
rspec, 3.9.0, MIT
rspec-core, 3.9.3, MIT
rspec-expectations, 3.9.2, MIT
rspec-expectations, 3.9.3, MIT
rspec-mocks, 3.9.1, MIT
rspec-rails, 4.0.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.9.3, MIT
rspec-support, 3.9.4, MIT
rubocop, 1.0.0, MIT
rubocop-ast, 1.0.0, MIT
rubocop-ast, 1.0.1, MIT
ruby-macho, 2.3.0, MIT
ruby-prof, 1.4.1, "Simplified BSD"
ruby-progressbar, 1.10.1, MIT
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Expand Up @@ -30,7 +30,7 @@ def self.get_hash
end
end

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

0 comments on commit d3e3291

Please sign in to comment.