Merge pull request #43048 from rallytime/bp-43031

Back-port #43031 to 2016.11
This commit is contained in:
Nicole Thomas 2017-08-18 08:56:03 -04:00 committed by GitHub
commit 43aa46f512

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]