mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
modules.gem int tests: (un)install a non-core gem
This commit is contained in:
parent
378dd7ca06
commit
9f3e18b037
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ import integration
|
|||
import salt.utils
|
||||
import salt.utils.http
|
||||
|
||||
GEM = 'rake'
|
||||
GEM_VER = '11.1.2'
|
||||
GEM = 'tidy'
|
||||
GEM_VER = '1.1.2'
|
||||
OLD_GEM = 'thor'
|
||||
OLD_VERSION = '0.17.0'
|
||||
DEFAULT_GEMS = ['bigdecimal', 'rake', 'json', 'rdoc']
|
||||
|
|
Loading…
Add table
Reference in a new issue