diff options
author | Andrew Brown <anbrown@blackberry.com> | 2015-07-03 20:55:44 -0400 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-07-10 10:25:59 -0700 |
commit | e38a9bf13d52274011acde16b4cca7184a47d7d5 (patch) | |
tree | e03c231005fc656292c8b861bfaa7224dc08fe5a /Gemfile | |
parent | b2381bf12f75309ba89c4bbae86f00a3f62634d5 (diff) | |
download | chef-zero-e38a9bf13d52274011acde16b4cca7184a47d7d5.tar.gz |
Update gem dependencies
This commit simply updates the dependencies for more recent versions.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ gem 'rest-client', :github => 'chef/rest-client' gem 'oc-chef-pedant', :github => 'chef/oc-chef-pedant', :tag => '2.0.0' -gem 'chef', :github => 'opscode/chef', :tag => '12.2.1' +gem 'chef', :github => 'chef/chef', :tag => '12.4.0' |