Skip to content

Commit b9944b0

Browse files
author
Ciprian Badescu
committed
(maint) bump to beaker 4
1 parent 4aa7bdb commit b9944b0

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
@@ -33,12 +33,12 @@ 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')
3737
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.5')
3838
gem "beaker-pe", require: false
3939
gem "beaker-hostgenerator"
4040
gem "beaker-rspec"
41-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 0.14')
41+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.0')
4242
end
4343

4444
puppet_version = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)