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 18
18
19
19
gem "rake" , "~> 12.3"
20
20
21
- gem "beaker" , *location_for ( ENV [ 'BEAKER_VERSION' ] || '~> 4 ' )
22
- gem "beaker-puppet" , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || '~> 2 ' )
21
+ gem "beaker" , *location_for ( ENV [ 'BEAKER_VERSION' ] || '~> 5 ' )
22
+ gem "beaker-puppet" , *location_for ( ENV [ 'BEAKER_PUPPET_VERSION' ] || '~> 3 ' )
23
23
24
24
gem "beaker-docker" , *location_for ( ENV [ 'BEAKER_DOCKER_VERSION' ] || '~> 0' )
25
25
gem "beaker-vagrant" , *location_for ( ENV [ 'BEAKER_VAGRANT_VERSION' ] || '~> 0' )
26
26
gem "beaker-vmpooler" , *location_for ( ENV [ 'BEAKER_VMPOOLER_VERSION' ] || '~> 1' )
27
27
gem "beaker-hostgenerator" , *location_for ( ENV [ 'BEAKER_HOSTGENERATOR_VERSION' ] || '~> 2' )
28
- gem "beaker-abs" , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || '~> 0 ' )
28
+ gem "beaker-abs" , *location_for ( ENV [ 'BEAKER_ABS_VERSION' ] || '~> 1 ' )
You can’t perform that action at this time.
0 commit comments