2014-10-23 19:25:40 +00:00
|
|
|
source "https://rubygems.org"
|
2010-02-06 07:41:22 +00:00
|
|
|
|
2011-09-01 05:28:16 +00:00
|
|
|
gemspec
|
2014-06-03 03:49:19 +00:00
|
|
|
# f4ece43: Allow the user to disable SSL peer verification.
|
|
|
|
gem 'winrm', git: 'https://github.com/WinRb/WinRM.git', ref: 'f4ece4384df2768bc7756c3c5c336db65b05c674'
|
2013-12-05 21:19:15 +00:00
|
|
|
|
2013-12-05 22:32:16 +00:00
|
|
|
if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
|
|
|
|
gem 'vagrant-spec', path: "../vagrant-spec"
|
|
|
|
else
|
|
|
|
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
|
|
|
|
end
|