Skip to content

Commit

Permalink
Merge pull request puppetlabs#701 from span786/PA-6142-upgrade-beaker…
Browse files Browse the repository at this point in the history
…-beaker-puppet-beaker-abs-versions-to-support-amazon-linux-2023

[PA-6142]: Upgraded beaker, beaker-puppet & beaker-abs gem
  • Loading branch information
joshcooper authored Feb 20, 2024
2 parents 87bebd3 + 07f6d34 commit 0b3bd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ end

gem "rake", "~> 12.3"

gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 3')

gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || '~> 0')
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || '~> 0')
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || '~> 1')
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 2')
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0')
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1')

0 comments on commit 0b3bd19

Please sign in to comment.