diff options
author | John Keiser <john@johnkeiser.com> | 2015-09-30 13:35:18 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-09-30 14:24:57 -0700 |
commit | 25bd140d724dc6f9eb3333aa9182cf7fa88aa434 (patch) | |
tree | a5b2030cc41438d14219efeb7194beb023a33054 /Gemfile | |
parent | e6959f4e9306a65ac52bc9087acdf4a0bccc2f59 (diff) | |
download | chef-25bd140d724dc6f9eb3333aa9182cf7fa88aa434.tar.gz |
Add cheffish, chef-zero, chef-provisioning and chef-provisioning-aws specs
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,11 +22,15 @@ group(:development, :test) do gem "simplecov" gem 'rack', "~> 1.5.1" - gem 'cheffish', "~> 1.3", "!= 1.3.1" gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(aix|cygwin)/) # For external tests + gem 'chef-zero', github: 'chef/chef-zero' + gem 'cheffish', github: 'chef/cheffish' + gem 'chef-provisioning', github: 'chef/chef-provisioning' + gem 'chef-provisioning-aws', github: 'chef/chef-provisioning-aws' + gem 'test-kitchen' gem 'chefspec' gem 'chef-sugar' gem 'poise', github: 'poise/poise', branch: 'deeecb890a6a0bc2037dfb09ce0fd0a8931519aa' |