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

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

gem 'chef-pedant', :github => 'chef/chef-pedant', :tag => '1.0.46'

gem 'chef', :github => 'opscode/chef', :tag => '12.2.1'