Created
December 14, 2010 06:13
-
-
Save cookbooks/740065 to your computer and use it in GitHub Desktop.
Getting setup to bundle Chef cookbooks (Alpha 2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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