summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-06-01 09:45:48 +0100
committerGitHub <noreply@github.com>2017-06-01 09:45:48 +0100
commit64f2639f047ae368ff7b3110f1dc9bf477be77f0 (patch)
tree6a5ce42cc51ca8a5a37eea2ab9c98d632a45dd32
parentf56b997e68318986c678cc1b0d252202fde937c5 (diff)
downloadchef-zero-64f2639f047ae368ff7b3110f1dc9bf477be77f0.tar.gz
We released chef 13 (#267)
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 6b68d8d..9515e41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,9 +15,7 @@ group :development, :test do
gem "chefstyle", "= 0.3.1"
end
-# FIXME: remove once we release chef 13
-gem "chef", git: "https://github.com/chef/chef"
-gem "ohai", git: "https://github.com/chef/ohai"
+gem "chef", "~> 13"
if ENV["GEMFILE_MOD"]
puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}"