Land #9887, remove rex-text version lock

remove rex-text version lock
4.x 4.16.51
sinn3r 2018-04-18 11:07:08 -05:00 committed by Metasploit
parent b958526b6a
commit 63e096836f
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ PATH
rex-socket
rex-sslscan
rex-struct2
rex-text (< 0.2.18)
rex-text
rex-zip
ruby-macho
ruby_smb (= 0.0.18)
@ -268,7 +268,7 @@ GEM
rex-socket
rex-text
rex-struct2 (0.1.2)
rex-text (0.2.17)
rex-text (0.2.20)
rex-zip (0.1.3)
rex-text
rkelly-remix (0.0.7)

View File

@ -135,7 +135,7 @@ Gem::Specification.new do |spec|
# Core of the Ruby Exploitation Library
spec.add_runtime_dependency 'rex-core'
# Text manipulation library for things like generating random string
spec.add_runtime_dependency 'rex-text', ["< 0.2.18"]
spec.add_runtime_dependency 'rex-text'
# 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