clean up gemfile

Remove opennebula, since we are using docker and ec2
Pin winrm to the package since our changes have been released by
upstream
This commit is contained in:
Daniel Wallace 2018-08-07 11:01:07 -05:00
parent 47b1032efa
commit 6108363f82
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -11,16 +11,11 @@ group :docker do
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
end
group :opennebula do
gem 'kitchen-opennebula', '>=0.2.3'
gem 'xmlrpc'
end
group :windows do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
gem 'winrm', '~>2.0'
gem 'winrm-fs', :git => 'https://github.com/WinRb/winrm-fs.git'
gem 'winrm-fs', '~>1.2.1'
end
group :ec2 do