summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-14 15:18:36 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-14 15:18:36 -0700
commitd66376d5a813fe11a6272ce890fd36bfd32ca0db (patch)
treeb53100b14eaafa03f589556b833b80577f94158e /Gemfile
parentd74e5b8abe16abf98ece81583b2f4abc5a8e7fae (diff)
downloadchef-zero-d66376d5a813fe11a6272ce890fd36bfd32ca0db.tar.gz
Fixes against latest pedant
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8700793..a0bf254 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
gemspec
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => '2c58a3736ba880503394f66c4435b063dececdc5'
+gem 'rest-client', :git => 'git://github.com/opscode/rest-client.git'
+gem 'chef-pedant', :github => 'opscode/chef-pedant', :ref => 'dbacba4f85e944bd71ea4e9d5324d266750ffc10'
gem 'chef', '>= 11.0'