summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5b12508..1d8d813 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
gemspec
gem 'rest-client', :github => 'opscode/rest-client'
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '1f251f9b7d8f7ccd73ca88517e81be7e5beb3fa3'
-gem 'chef', :github => 'opscode/chef', :ref => '678b568eb29d8eae51a942e60a7b5e6786d69bdc'
+gem 'chef-pedant', :path => '../chef-pedant' #:github => 'opscode/chef-pedant', :ref => '1f251f9b7d8f7ccd73ca88517e81be7e5beb3fa3'
+gem 'chef', :github => 'opscode/chef', :ref => 'cd172c098e9311797c34ce00d08709af622750d1'