Sha256: f3a589f992175505d166710cd8d05d7e6fc9d90093c85c9545209306f1bae4ee

Contents?: true

Size: 776 Bytes

Versions: 5

Compression:

Stored size: 776 Bytes

Contents

source "https://rubygems.org"
gemspec

#gem 'mixlib-install', path: '../mixlib-install'
#gem 'net-ssh', :path => '../net-ssh'
#gem 'chef', :path => '../chef'
#gem 'ohai', :path => '../ohai'
#gem 'cheffish', :path => '../cheffish' # :git => 'https://github.com/jkeiser/cheffish.git'
#gem 'chef-provisioning-vagrant', :path => '../chef-provisioning-vagrant'
#gem 'chef-provisioning-fog', :path => '../chef-provisioning-fog'
#gem 'chef-provisioning-aws', :path => '../chef-provisioning-aws'
#gem 'chef-zero', :path => '../chef-zero'
group :development do
  # TODO we depend on the master branch until 13 is released and used in the ChefDK
  gem "ohai", git: "https://github.com/chef/ohai", branch: "master"
  gem "chef", git: "https://github.com/chef/chef", branch: "master"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chef-provisioning-2.7.0 Gemfile
chef-provisioning-2.6.0 Gemfile
chef-provisioning-2.5.0 Gemfile
chef-provisioning-2.4.0 Gemfile
chef-provisioning-2.3.2 Gemfile