summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 10835bd7ecd7a534efe9ade6faaac64900fa213d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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', :branch => 'jk/multiuser_tag'

# 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', :branch => 'invitations-and-members'
# gem 'chef', :path => "../chef"