summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 3db58e36f61999aa1e251f6c74aaf21025fe56d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'
gemspec

gem 'rest-client', :github => 'chef/rest-client'

#WIP
#gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :tag => '2.0.0'
gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :branch => 'mp/merge-pedants'

gem 'chef', :github => 'opscode/chef', :tag => '12.2.1'