summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']}"