summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-04 12:13:58 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-04 12:13:58 -0800
commitc147b7ff762824c6f00965927af95fc258753fba (patch)
tree9c67bc75ba46430a3897adcf189c1dcba53d903c
parent94849508b0a5a1dd54c7ff50088deb2eb8d795fd (diff)
downloadchef-zero-c147b7ff762824c6f00965927af95fc258753fba.tar.gz
Float us on the latest pedant release.
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 203208f..adc6a5b 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'