diff --git a/Gemfile.lock b/Gemfile.lock index a2237abd6cdf..5701a6c66e94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.67) + metasploit-framework (5.0.68) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -254,7 +254,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (4.0.1) + public_suffix (4.0.2) rack (1.6.12) rack-protection (1.5.5) rack @@ -329,12 +329,12 @@ GEM rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) rspec-expectations (3.9.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-rails (3.9.0) @@ -347,7 +347,7 @@ GEM rspec-support (~> 3.9.0) rspec-rerun (1.1.0) rspec (~> 3.0) - rspec-support (3.9.0) + rspec-support (3.9.2) ruby-macho (2.2.0) ruby-rc4 (0.1.5) ruby_smb (1.1.0) @@ -394,7 +394,7 @@ GEM activemodel (>= 4.2.7) activesupport (>= 4.2.7) xmlrpc (0.3.0) - yard (0.9.20) + yard (0.9.22) PLATFORMS ruby diff --git a/LICENSE_GEMS b/LICENSE_GEMS index b3baa0ca4d80..e599d21356c0 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -53,7 +53,7 @@ loofah, 2.4.0, MIT metasm, 1.0.4, LGPL-2.1 metasploit-concern, 2.0.5, "New BSD" metasploit-credential, 3.0.4, "New BSD" -metasploit-framework, 5.0.67, "New BSD" +metasploit-framework, 5.0.68, "New BSD" metasploit-model, 2.0.4, "New BSD" metasploit-payloads, 1.3.83, "3-clause (or ""modified"") BSD" metasploit_data_models, 3.0.10, "New BSD" @@ -80,7 +80,7 @@ pg, 0.21.0, "New BSD" pg_array_parser, 0.0.9, unknown postgres_ext, 3.0.1, MIT pry, 0.12.2, MIT -public_suffix, 4.0.1, MIT +public_suffix, 4.0.2, MIT rack, 1.6.12, MIT rack-protection, 1.5.5, MIT rack-test, 0.6.3, MIT @@ -112,12 +112,12 @@ rex-text, 0.2.24, "New BSD" rex-zip, 0.1.3, "New BSD" rkelly-remix, 0.0.7, MIT rspec, 3.9.0, MIT -rspec-core, 3.9.0, MIT +rspec-core, 3.9.1, MIT rspec-expectations, 3.9.0, MIT -rspec-mocks, 3.9.0, MIT +rspec-mocks, 3.9.1, MIT rspec-rails, 3.9.0, MIT rspec-rerun, 1.1.0, MIT -rspec-support, 3.9.0, MIT +rspec-support, 3.9.2, MIT ruby-macho, 2.2.0, MIT ruby-rc4, 0.1.5, MIT ruby_smb, 1.1.0, "New BSD" @@ -144,4 +144,4 @@ websocket-extensions, 0.1.4, "Apache 2.0" windows_error, 0.1.2, BSD xdr, 2.0.0, "Apache 2.0" xmlrpc, 0.3.0, ruby -yard, 0.9.20, MIT +yard, 0.9.22, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 261befc0ad7e..05f66cbe4423 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ def self.get_hash end end - VERSION = "5.0.67" + VERSION = "5.0.68" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash