Skip to content

Commit 2583b8f

Browse files
committed
(maint) Update beaker-hostgenerator
This commit updates beaker-hostgenerator to ~> 2 to enable compatibility with newer platforms, such as macOS 13.
1 parent 5baa68a commit 2583b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
1616
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || ["~>1.0", ">= 1.18.4"])
17-
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
17+
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
1818
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.4")
1919
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
2020
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")

0 commit comments

Comments
 (0)