Skip to content

Commit 4eedc2e

Browse files
committed
(maint) bump to beaker 4
1 parent e502b63 commit 4eedc2e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @puppetlabs/team-coremunity
1+
* @puppetlabs/night-s-watch

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ end
3333
group :system_tests do
3434
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
3535
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
36-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.34')
36+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
37+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~>1.0')
38+
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || '~> 1.3')
3739
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
3840
gem "beaker-pe", require: false
3941
gem "beaker-hostgenerator"
4042
gem "beaker-rspec"
41-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 0.14')
4243
end
4344

4445
puppet_version = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)