#!/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 "mixlib-shellout", "= 2.2.1"
gem "net-scp", "= 1.2.1"
gem "net-ssh", "= 2.9.2"
gem "safe_yaml", "= 1.0.4"
gem "thor", "= 0.19.1"
gem "test-kitchen", "= 1.4.2"

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

Kernel.load(bin_file)
