Skip to content

Commit

Permalink
(PUP-9050) Upgrade beaker and beaker-puppet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakta committed Aug 10, 2018
1 parent 9fd431d commit da22eae
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'] || '~> 3.33')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 0.13.4")
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || ["~>1.0", ">= 1.0.1"])
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.4")
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'])
Expand Down

0 comments on commit da22eae

Please sign in to comment.