From 804c441425247df8afe3264618aa660d2d2a6774 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 1 Feb 2019 13:44:12 -0800 Subject: [PATCH] Bump version of framework to 5.0.5 --- Gemfile.lock | 12 ++++++------ LICENSE_GEMS | 6 +++--- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 765bb51ebb..537ef28763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.4) + metasploit-framework (5.0.5) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -137,11 +137,11 @@ GEM eventmachine (>= 1.0.0.beta.4) erubis (2.7.0) eventmachine (1.2.7) - factory_bot (4.11.1) - activesupport (>= 3.0.0) - factory_bot_rails (4.11.1) - factory_bot (~> 4.11.1) - railties (>= 3.0.0) + factory_bot (5.0.0) + activesupport (>= 4.2.0) + factory_bot_rails (5.0.0) + factory_bot (~> 5.0.0) + railties (>= 4.2.0) faker (1.9.1) i18n (>= 0.7) faraday (0.15.4) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 22fec48aea..77d5ac23af 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -29,8 +29,8 @@ em-http-request, 1.1.5, MIT em-socksify, 0.3.2, MIT erubis, 2.7.0, MIT eventmachine, 1.2.7, "ruby, GPL-2.0" -factory_bot, 4.11.1, MIT -factory_bot_rails, 4.11.1, MIT +factory_bot, 5.0.0, MIT +factory_bot_rails, 5.0.0, MIT faker, 1.9.1, MIT faraday, 0.15.4, MIT filesize, 0.2.0, MIT @@ -44,7 +44,7 @@ loofah, 2.2.3, MIT metasm, 1.0.3, LGPL metasploit-concern, 2.0.5, "New BSD" metasploit-credential, 3.0.2, "New BSD" -metasploit-framework, 5.0.4, "New BSD" +metasploit-framework, 5.0.5, "New BSD" metasploit-model, 2.0.4, "New BSD" metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD" metasploit_data_models, 3.0.4, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 498e8aa212..47ed211a9c 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "5.0.4" + VERSION = "5.0.5" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash