Skip to content

Commit

Permalink
Merge pull request #1760 from caseywilliams/maint/beaker4
Browse files Browse the repository at this point in the history
(maint) Use beaker 4 by default in acceptance
  • Loading branch information
geoffnichols committed Nov 8, 2018
2 parents 32938bf + 3522418 commit 20850db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/Gemfile
Expand Up @@ -10,8 +10,8 @@ def location_for(place, fake_version = nil)
end
end

gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 3.34")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 0.13')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1')
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.5")
gem 'rake', "~> 10.1.0"
Expand Down

0 comments on commit 20850db

Please sign in to comment.