summaryrefslogtreecommitdiff
path: root/Gemfile
blob: adc6a5b6245a2652e34aa70ba3701d973c89b964 (plain)
1
2
3
4
5
6
7
8
9
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 'chef', :github => 'chef/chef', :tag => '12.4.1'