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

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

# we were using e9bf7fe4440afd34856401831b30636100be958b, but now float on latest release.
# gem 'oc-chef-pedant', :github => 'chef/chef-server'
gem 'oc-chef-pedant', :path => "#{ENV['HOME']}/repos/chef-server"

gem 'chef', :github => 'chef/chef'
# gem 'chef', :path => "#{ENV['HOME']}/repos/chef"