diff options
author | Chris Doherty <cdoherty@chef.io> | 2015-11-10 16:24:11 -0800 |
---|---|---|
committer | Chris Doherty <cdoherty@chef.io> | 2015-11-10 16:24:11 -0800 |
commit | bf7ecbc1845133d07ca53098f86d2bcb5a97e834 (patch) | |
tree | 8d663148cff051a961471826f6ff2efec2a8954b /Gemfile | |
parent | 0c475039992d4c0f46e5ae25e9769d344a11d335 (diff) | |
download | chef-zero-bf7ecbc1845133d07ca53098f86d2bcb5a97e834.tar.gz |
Move search-related config to oc_pedant.rb.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ gem 'rest-client', :github => 'chef/rest-client' gem 'oc-chef-pedant', :path => "#{ENV['HOME']}/repos/chef-server" gem 'chef', :github => 'chef/chef' +# gem 'chef', :path => "#{ENV['HOME']}/repos/chef" |