Skip to content

Commit

Permalink
use new winrm v2 source locations
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 4, 2016
1 parent 4d30bea commit 3377214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2')
end

gem 'ffi', '>= 1.9.14'
gem 'train', git: 'https://github.com/chef/train.git'

group :test do
gem 'bundler', '~> 1.5'
Expand All @@ -29,7 +30,8 @@ group :integration do
gem 'berkshelf', '~> 4.3'
gem 'test-kitchen', '~> 1.6'
gem 'kitchen-vagrant'
gem 'kitchen-inspec', '0.12.5'
# we need winrm v2 support >= 0.15.1
gem 'kitchen-inspec', git: 'https://github.com/chef/kitchen-inspec.git'
gem 'kitchen-ec2'
gem 'kitchen-dokken'
end
Expand Down

0 comments on commit 3377214

Please sign in to comment.