Skip to content

Commit

Permalink
Merge pull request #2536 from puppetlabs/backport-2535-to-7.x
Browse files Browse the repository at this point in the history
[Backport 7.x] Update Beaker to 6 and beaker-puppet to 4
  • Loading branch information
mhashizume authored Jun 4, 2024
2 parents 8be6f29 + 6d8a3f7 commit ed81390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def location_for(place, fake_version = nil)
end
end

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

0 comments on commit ed81390

Please sign in to comment.