1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

remove rex-text version lock

This commit is contained in:
Jeffrey Martin 2018-04-18 10:38:01 -05:00
parent 1547a47026
commit 2a922f7186
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
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
@ -275,7 +275,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

@ -138,7 +138,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