Skip to content

Commit

Permalink
Test with my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaym committed Jan 25, 2016
1 parent f3c7696 commit f1cfbc4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ source "https://rubygems.org"
# Specify your gem's dependencies in knife-windows.gemspec
gemspec

if ENV['CHEF_VERSION'] == 'master'
gem 'chef', github: 'chef/chef'
else
gem 'chef', ENV['CHEF_VERSION']
end
#if ENV['CHEF_VERSION'] == 'master'
#gem 'chef', github: 'chef/chef'
#else
#gem 'chef', ENV['CHEF_VERSION']
#end

gem 'chef', github: 'chef/chef', branch: 'jdm/1.3-fips'

gem "rspec", '~> 3.0'
gem "ruby-wmi"
Expand Down

0 comments on commit f1cfbc4

Please sign in to comment.