mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43031 from gtmanfred/test_gem
use a ruby gem that doesn't have dependencies
This commit is contained in:
commit
5985cc4e8e
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ from tornado.httpclient import HTTPClient
|
|||
|
||||
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]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue