diff options
author | Marc Paradise <marc@getchef.com> | 2015-03-04 15:33:28 -0500 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-07-10 10:25:16 -0700 |
commit | b2381bf12f75309ba89c4bbae86f00a3f62634d5 (patch) | |
tree | 79c69f71fd90c72c0a9bc39b24954a2f7d35610a /Gemfile | |
parent | a921e1a8b38063269f644cf1904226634539054a (diff) | |
download | chef-zero-b2381bf12f75309ba89c4bbae86f00a3f62634d5.tar.gz |
Set oc-chef-pedant to the 2.0.0 tagged release, remove WIP comment
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,9 +3,7 @@ gemspec gem 'rest-client', :github => 'chef/rest-client' -#WIP -#gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :tag => '2.0.0' -gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :branch => 'mp/merge-pedants' +gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :tag => '2.0.0' gem 'chef', :github => 'opscode/chef', :tag => '12.2.1' |