Bump version of framework to 4.15.0

bug/bundler_fix
Metasploit 2017-06-22 18:02:38 -07:00
parent 18410d8230
commit fad696ed58
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.14.28) metasploit-framework (4.15.0)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -160,7 +160,7 @@ GEM
multi_json (~> 1.11) multi_json (~> 1.11)
os (~> 0.9) os (~> 0.9)
signet (~> 0.7) signet (~> 0.7)
grpc (1.3.4) grpc (1.4.0)
google-protobuf (~> 3.1) google-protobuf (~> 3.1)
googleauth (~> 0.5.1) googleauth (~> 0.5.1)
i18n (0.8.4) i18n (0.8.4)
@ -174,7 +174,7 @@ GEM
multi_json (~> 1.10) multi_json (~> 1.10)
loofah (2.0.3) loofah (2.0.3)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
memoist (0.15.0) memoist (0.16.0)
metasm (1.0.3) metasm (1.0.3)
metasploit-aggregator (0.2.1) metasploit-aggregator (0.2.1)
grpc grpc
@ -221,7 +221,7 @@ GEM
nessus_rest (0.1.6) nessus_rest (0.1.6)
net-ssh (4.1.0) net-ssh (4.1.0)
network_interface (0.0.1) network_interface (0.0.1)
nexpose (6.0.0) nexpose (6.1.0)
nokogiri (1.8.0) nokogiri (1.8.0)
mini_portile2 (~> 2.2.0) mini_portile2 (~> 2.2.0)
octokit (4.7.0) octokit (4.7.0)
@ -262,7 +262,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.0.0) rake (12.0.0)
rb-readline (0.5.4) rb-readline (0.5.4)
recog (2.1.9) recog (2.1.10)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.9) rex-arch (0.1.9)
@ -361,7 +361,7 @@ GEM
sshkey (1.9.0) sshkey (1.9.0)
thor (0.19.4) thor (0.19.4)
thread_safe (0.3.6) thread_safe (0.3.6)
timecop (0.8.1) timecop (0.9.0)
tzinfo (1.2.3) tzinfo (1.2.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2017.2) tzinfo-data (1.2017.2)

View File

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