Skip to content

Commit d47f879

Browse files
authored
Merge pull request #2728 from mhashizume/maint/main/beaker-bump
Update Beaker to 6 and beaker-puppet to 4
2 parents ba0a262 + 9c23a17 commit d47f879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def location_for(place, fake_version = nil)
1010
end
1111
end
1212

13-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5")
14-
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 3")
13+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 6")
14+
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4")
1515
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
1616
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1")
1717
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")

0 commit comments

Comments
 (0)