Skip to content

Instantly share code, notes, and snippets.

@cookbooks
Created December 14, 2010 06:13
Show Gist options
  • Save cookbooks/740065 to your computer and use it in GitHub Desktop.
Save cookbooks/740065 to your computer and use it in GitHub Desktop.
Getting setup to bundle Chef cookbooks (Alpha 2)
$ rvm gemset create test-bundler-chef
'test-bundler-chef' gemset created (/home/hedge/.rvm/gems/ruby-1.9.2-p0@test-bundler-chef).
$ gem list
*** LOCAL GEMS ***
rake (0.8.7)
$ git clone git://github.com/hedgehog/bundler.git
<snip>
$ pushd bundler
$ git checkout chef
<snip>
$ rake install
<snip>
$ gem list
*** LOCAL GEMS ***
bundler (1.0.7)
rake (0.8.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment