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

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

gem 'oc-chef-pedant', :github => 'chef/chef-server', :branch => "jk/authorization-tags"

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

gem 'chef', :github => 'chef/chef', :branch => 'jk/policies-acls'