Skip to content

Commit ad1f868

Browse files
committed
(MODULES-10760) Bump to beaker 4
1 parent 9b2d2aa commit ad1f868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ end
3434
group :system_tests do
3535
gem "puppet-module-posix-system-r#{minor_version}", require: false, platforms: [:ruby]
3636
gem "puppet-module-win-system-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw]
37-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.13')
38-
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')
37+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
38+
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
3939
gem "beaker-pe", require: false
4040
gem "beaker-hostgenerator"
4141
gem "beaker-rspec"

0 commit comments

Comments
 (0)