Sha256: 8be3e149b8740c2c4d07d39099e18e4aabdad420e6c84f694820c058d60058d7
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 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 # gem "berkshelf", github: "berkshelf/berkshelf" # TODO we depend on the master branch until chef/chef is released gem "ohai", git: "https://github.com/chef/ohai", branch: "master" gem "chef", git: "https://github.com/chef/chef", branch: "master" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-provisioning-2.3.0 | Gemfile |
chef-provisioning-2.2.1 | Gemfile |
chef-provisioning-2.2.0 | Gemfile |