summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2015-04-06 11:56:17 -0500
committertyler-ball <tyleraball@gmail.com>2015-04-06 11:56:17 -0500
commit83228dd232ee090c3a7cee730a053846233e8725 (patch)
tree17e97af8ab94b5216f9525b2bf06f92b5a4ecea5
parentc382a878b0e24aea0da6a1412900a517caa7d8eb (diff)
downloadchef-zero-83228dd232ee090c3a7cee730a053846233e8725.tar.gz
Updating chef dependency to latest released versionv4.2.0
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 56fefda..69dffa0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
gemspec
-gem 'rest-client', :github => 'opscode/rest-client'
+gem 'rest-client', :github => 'chef/rest-client'
-gem 'chef-pedant', :github => 'opscode/chef-pedant', :tag => '1.0.46'
+gem 'chef-pedant', :github => 'chef/chef-pedant', :tag => '1.0.46'
-gem 'chef', :github => 'opscode/chef', :tag => '12.1.0.rc.0'
+gem 'chef', :github => 'opscode/chef', :tag => '12.2.1'