diff --git a/Gemfile.lock b/Gemfile.lock index 50c131934e..13b5f12be9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ PATH rex-mime rex-nop rex-ole - rex-powershell + rex-powershell (< 0.1.73) rex-random_identifier rex-registry rex-rop_builder diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 1e71b756d9..f4e586e798 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -136,7 +136,7 @@ Gem::Specification.new do |spec| # Library for Generating Randomized strings valid as Identifiers such as variable names spec.add_runtime_dependency 'rex-random_identifier' # library for creating Powershell scripts for exploitation purposes - spec.add_runtime_dependency 'rex-powershell' + spec.add_runtime_dependency 'rex-powershell', ["< 0.1.73"] # Library for processing and creating Zip compatbile archives spec.add_runtime_dependency 'rex-zip' # Library for parsing offline Windows Registry files