Skip to content

Instantly share code, notes, and snippets.

@danielsdeleo
Created June 1, 2014 23:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsdeleo/8a5af647ef2c0ff2b23c to your computer and use it in GitHub Desktop.
Save danielsdeleo/8a5af647ef2c0ff2b23c to your computer and use it in GitHub Desktop.
appbundler executables
#!/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", "= 11.12.2"
gem "chef-zero", "= 2.0.2"
gem "hashie", "= 2.1.1"
gem "json", "= 1.8.1"
gem "mixlib-log", "= 1.6.0"
gem "rack", "= 1.5.2"
gem "diff-lcs", "= 1.2.5"
gem "erubis", "= 2.7.0"
gem "highline", "= 1.6.21"
gem "mime-types", "= 1.25.1"
gem "mixlib-authentication", "= 1.3.0"
gem "mixlib-cli", "= 1.5.0"
gem "mixlib-config", "= 2.1.0"
gem "mixlib-shellout", "= 1.4.0"
gem "net-ssh", "= 2.8.0"
gem "net-ssh-multi", "= 1.2.0"
gem "net-ssh-gateway", "= 1.2.0"
gem "ohai", "= 7.0.2"
gem "ipaddress", "= 0.8.0"
gem "systemu", "= 2.5.2"
gem "yajl-ruby", "= 1.2.0"
gem "pry", "= 0.9.12.6"
gem "coderay", "= 1.1.0"
gem "method_source", "= 0.8.2"
gem "slop", "= 3.5.0"
gem "rest-client", "= 1.6.7"
$:.unshift "/opt/chefdk/embedded/apps/chef-dk/lib"
Kernel.load '/opt/chefdk/embedded/apps/chef-dk/bin/chef'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment