@@ -61,22 +61,22 @@ group :development do
6161 gem "beaker-abs" , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || '~> 1.0' )
6262 gem "beaker-hostgenerator" , *location_for ( ENV [ 'BEAKER_HOSTGENERATOR_VERSION' ] || '~> 2' )
6363 gem "beaker-rspec"
64- gem "beaker-puppet" , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || '~> 4.0' ) if Gem ::Requirement . create ( '< 3.2.0' ) . satisfied_by? ( Gem ::Version . new ( RUBY_VERSION . dup ) )
65- gem "async" , '~> 1' , require : false
64+ gem "beaker-puppet" , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || '~> 4.0' )
6665 gem "beaker-module_install_helper" , require : false
6766 gem "nokogiri" , require : false
67+ gem "orchestrator_client" , '< 0.7.1' , require : false
6868end
6969group :development , :release_prep do
7070 gem "puppet-strings" , '~> 4.0' , require : false
7171 gem "puppetlabs_spec_helper" , '~> 8.0' , require : false
7272 gem "puppet-blacksmith" , '~> 7.0' , require : false
7373end
7474group :system_tests do
75- gem "puppet_litmus" , '~> 2.0' , require : false , platforms : [ :ruby , :x64_mingw ] if !ENV [ 'PUPPET_FORGE_TOKEN' ] . to_s . empty?
76- gem "puppet_litmus" , '~> 1.0' , require : false , platforms : [ :ruby , :x64_mingw ] if ENV [ 'PUPPET_FORGE_TOKEN' ] . to_s . empty?
77- gem "CFPropertyList" , '< 3.0.7' , require : false , platforms : [ :mswin , :mingw , :x64_mingw ]
78- gem "serverspec" , '~> 2.41' , require : false
79- gem "voxpupuli-acceptance" , '~> 3.2' , require : false
75+ gem "puppet_litmus" , '~> 2.0' , require : false , platforms : [ :ruby , :x64_mingw ] if !ENV [ 'PUPPET_FORGE_TOKEN' ] . to_s . empty?
76+ gem "puppet_litmus" , '~> 1.0' , require : false , platforms : [ :ruby , :x64_mingw ] if ENV [ 'PUPPET_FORGE_TOKEN' ] . to_s . empty?
77+ gem "CFPropertyList" , '< 3.0.7' , require : false , platforms : [ :mswin , :mingw , :x64_mingw ]
78+ gem "serverspec" , '~> 2.41' , require : false
79+ gem "voxpupuli-acceptance" , require : false
8080end
8181
8282gems = { }
0 commit comments