summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-21 21:03:35 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:51 -0700
commit43c0e4494bb044153a21edceacfc438443c632f6 (patch)
tree47e01bca31de886e04f20be15d08ff32d582233e /Gemfile
parent12e86dc79d609953f5a548cb7adb7ca995c67d23 (diff)
downloadchef-zero-43c0e4494bb044153a21edceacfc438443c632f6.tar.gz
Update to latest chef
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'