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

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

gem 'oc-chef-pedant', :github => 'chef/chef-server', :branch => 'tm/rfc-014-universe'

# gem 'oc-chef-pedant', :path => "../chef-server"

# bundler resolve failure on "rspec_junit_formatter"
# gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => "server-cli-option"

gem 'chef', :github => 'chef/chef'
# gem 'chef', :path => "../chef"