Skip to content

Commit c3071e5

Browse files
committed
(gh-19) Re-enable beaker-puppet in 7.x for acceptance
Inclusion of beaker-puppet in the Gemfile had been disabled in 0c86f07 but was re-enabled in main in a210b70 once it had been updated to allow Ruby 3.3. This commit re-enables it in 7.x as well.
1 parent 7d2c588 commit c3071e5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ group :test do
2222
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2.4")
2323
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
2424
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
25-
# This needs to be updated so it doesn't require Ruby < 3.2. Just to get things building,
26-
# I'm disabling it for now. - Nick
27-
#gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4.0")
25+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4.0")
2826
gem 'uuidtools'
2927
gem 'httparty'
3028
gem 'master_manipulator'

0 commit comments

Comments
 (0)