use a ruby gem that doesn't have dependencies

This commit is contained in:
Daniel Wallace 2017-08-17 13:45:10 -06:00 committed by rallytime
parent ad89ff3104
commit 35e45049e2

View file

@ -18,9 +18,9 @@ import salt.utils.http
GEM = 'tidy'
GEM_VER = '1.1.2'
OLD_GEM = 'test'
OLD_VERSION = '0.2.0'
NEW_VERSION = '1.0.0'
OLD_GEM = 'brass'
OLD_VERSION = '1.0.0'
NEW_VERSION = '1.2.1'
GEM_LIST = [GEM, OLD_GEM]