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

gem 'rest-client', :github => 'opscode/rest-client'
# TODO: REVERT THIS
#gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '81f3b4ecbc09d04950f2819b38a6a8f906ada2a7'
gem 'chef', :github => 'opscode/chef', :ref => 'a2dee150e68a611249577a8adcb2c3e329d6762d'

# TODO: REVERT THIS
gem 'chef-pedant', path: "../chef-pedant"

# TODO: and this
gem 'oc-chef-pedant', path: "../oc-chef-pedant"