Skip to content

Commit bc3b5e9

Browse files
authored
Merge pull request #9380 from puppetlabs/backport-9379-to-7.x
[Backport 7.x] Update Beaker to 6 and beaker-puppet to 4
2 parents c9fc175 + 0f1b2d1 commit bc3b5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def location_for(place, fake_version = nil)
1212
end
1313
end
1414

15-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0')
16-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 3.0"])
15+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
16+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 4.0"])
1717
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
1818
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
1919
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")

0 commit comments

Comments
 (0)