File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ def location_for(place, fake_version = nil)
1010 end
1111end
1212
13- gem "beaker" , *location_for ( ENV [ 'BEAKER_VERSION' ] || "~> 4.24 " )
14- gem 'beaker-puppet' , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || ' ~> 1' )
13+ gem "beaker" , *location_for ( ENV [ 'BEAKER_VERSION' ] || "~> 5 " )
14+ gem 'beaker-puppet' , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || " ~> 3" )
1515gem "beaker-hostgenerator" , *location_for ( ENV [ 'BEAKER_HOSTGENERATOR_VERSION' ] || "~> 2" )
16- gem "beaker-abs" , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || "~> 0.5 " )
16+ gem "beaker-abs" , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || "~> 1 " )
1717gem "beaker-vagrant" , *location_for ( ENV [ 'BEAKER_VAGRANT_VERSION' ] || "~> 0" )
1818gem "beaker-vmpooler" , *location_for ( ENV [ 'BEAKER_VMPOOLER_VERSION' ] || "~> 1" )
1919gem "rake" , ">= 12.3.3"
You can’t perform that action at this time.
0 commit comments