summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-10-27 16:54:06 -0700
committerChris Doherty <cdoherty@chef.io>2015-11-10 14:50:22 -0800
commit3627567298769fcc3e6d9904c0f52a810e5a26b4 (patch)
treebdd211c9e16e7a57e8be431ebfbf8ba7f5886d5f /Gemfile
parent1fb96253a01920001ad9b1471309518bc28a93a0 (diff)
downloadchef-zero-3627567298769fcc3e6d9904c0f52a810e5a26b4.tar.gz
Implement oc_pedant's REST routes for policyfiles.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 203208f..58df349 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ gemspec
gem 'rest-client', :github => 'chef/rest-client'
-gem 'oc-chef-pedant', :github => 'chef/chef-server', branch: 'e9bf7fe4440afd34856401831b30636100be958b'
+# we were using e9bf7fe4440afd34856401831b30636100be958b, but now float on latest release.
+gem 'oc-chef-pedant', :github => 'chef/chef-server'
-gem 'chef', :github => 'chef/chef', :tag => '12.4.1'
+gem 'chef', :github => 'chef/chef'