summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-05-31 15:59:41 +0100
committerThom May <thom@chef.io>2017-05-31 15:59:41 +0100
commita3d40f049b2fdb848c887f7451038b9d48568933 (patch)
tree807877019b912d7abf27da101b5172521d391fd6
parent73ed88e08a3be39128481ebfdd08ac6e170b4965 (diff)
downloadchef-zero-tm/fix_gem_deps.tar.gz
We released chef 13tm/fix_gem_deps
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']}"