Skip to content

Commit fb931b1

Browse files
committed
Cleanup Gemfile for acceptance testing
1 parent fa25bec commit fb931b1

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

acceptance/Gemfile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ def location_for(place, fake_version = nil)
1313
end
1414

1515
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
16-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 4.0"])
16+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4")
1717
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
18-
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
19-
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
20-
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
21-
gem "beaker-vcloud", *location_for(ENV['BEAKER_VCLOUD_VERSION'] || "~> 1.0")
22-
gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || "~> 0.5")
23-
gem "beaker-gke", *location_for(ENV['BEAKER_GKE_VERSION'] || "~> 0.0.3")
18+
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 1.4")
19+
gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || "~> 2.6")
2420
gem "rake", ">= 12.3.3"
2521
gem "httparty", :require => false
2622
gem 'uuidtools', :require => false
@@ -29,7 +25,3 @@ group(:test) do
2925
gem "rspec", "~> 2.14.0", :require => false
3026
gem "mocha", "~> 0.10.5", :require => false
3127
end
32-
33-
if File.exist? "#{__FILE__}.local"
34-
eval(File.read("#{__FILE__}.local"), binding)
35-
end

0 commit comments

Comments
 (0)