diff --git a/Gemfile.lock b/Gemfile.lock index 787243fc70..1ac48727a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.16.12) + metasploit-framework (4.16.13) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -104,13 +104,14 @@ GEM arel (6.0.4) arel-helpers (2.5.0) activerecord (>= 3.1.0, < 6) - backports (3.10.0) + backports (3.10.3) bcrypt (3.1.11) bcrypt_pbkdf (1.0.0) bindata (2.4.1) bit-struct (0.16) builder (3.2.3) coderay (1.1.2) + concurrent-ruby (1.0.5) crass (1.0.2) diff-lcs (1.3) dnsruby (1.60.2) @@ -137,12 +138,13 @@ GEM multi_json (~> 1.11) os (~> 0.9) signet (~> 0.7) - grpc (1.6.6) + grpc (1.6.7) google-protobuf (~> 3.1) googleapis-common-protos-types (~> 1.0.0) googleauth (~> 0.5.1) hashery (2.1.2) - i18n (0.8.6) + i18n (0.9.0) + concurrent-ruby (~> 1.0) jsobfu (0.4.2) rkelly-remix json (2.1.0) @@ -221,7 +223,7 @@ GEM activerecord (>= 4.0.0) arel (>= 4.0.1) pg_array_parser (~> 0.0.9) - pry (0.11.1) + pry (0.11.2) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.0) @@ -297,29 +299,29 @@ GEM rex-zip (0.1.3) rex-text rkelly-remix (0.0.7) - rspec (3.6.0) - rspec-core (~> 3.6.0) - rspec-expectations (~> 3.6.0) - rspec-mocks (~> 3.6.0) - rspec-core (3.6.0) - rspec-support (~> 3.6.0) - rspec-expectations (3.6.0) + rspec (3.7.0) + rspec-core (~> 3.7.0) + rspec-expectations (~> 3.7.0) + rspec-mocks (~> 3.7.0) + rspec-core (3.7.0) + rspec-support (~> 3.7.0) + rspec-expectations (3.7.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-mocks (3.6.0) + rspec-support (~> 3.7.0) + rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.6.0) - rspec-rails (3.6.1) + rspec-support (~> 3.7.0) + rspec-rails (3.7.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.6.0) - rspec-expectations (~> 3.6.0) - rspec-mocks (~> 3.6.0) - rspec-support (~> 3.6.0) + rspec-core (~> 3.7.0) + rspec-expectations (~> 3.7.0) + rspec-mocks (~> 3.7.0) + rspec-support (~> 3.7.0) rspec-rerun (1.1.0) rspec (~> 3.0) - rspec-support (3.6.0) + rspec-support (3.7.0) ruby-rc4 (0.1.5) ruby_smb (0.0.18) bindata @@ -330,10 +332,10 @@ GEM sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - signet (0.7.3) + signet (0.8.1) addressable (~> 2.3) faraday (~> 0.9) - jwt (~> 1.5) + jwt (>= 1.5, < 3.0) multi_json (~> 1.10) simplecov (0.15.1) docile (~> 1.1.0) diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index f79f808ff4..c111856d17 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.16.12" + VERSION = "4.16.13" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash