#!/opt/chefdk/embedded/bin/ruby
#--APP_BUNDLER_BINSTUB_FORMAT_VERSION=1--
ENV["GEM_HOME"] = ENV["GEM_PATH"] = nil unless ENV["APPBUNDLER_ALLOW_RVM"] == "true"
gem "chef-config", "= 12.7.2"
gem "mixlib-config", "= 2.2.1"
gem "mixlib-shellout", "= 2.2.6"
gem "mixlib-install", "= 0.7.1"
gem "net-scp", "= 1.2.1"
gem "net-ssh", "= 3.0.2"
gem "safe_yaml", "= 1.0.4"
gem "thor", "= 0.19.1"
gem "test-kitchen", "= 1.5.0"

spec = Gem::Specification.find_by_name("test-kitchen", "= 1.5.0")
bin_file = spec.bin_file("kitchen")

Kernel.load(bin_file)
