Skip to content

Commit

Permalink
Add bundler note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ichilton committed Oct 11, 2013
1 parent 36ac91d commit e96c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Include the rubies default recipe (or include rubies in your run list):

**node[:rubies][:list]** - array of ruby types/versions to install (defaults to: [ 'ruby 2.0.0-p195' ])

**node[:rubies][:install_bundler]** - boolean specifying whether to install bundler under each ruby version (defaults to: true)
**node[:rubies][:install_bundler]** - boolean specifying whether to install bundler under each ruby version (defaults to: true). Note that this currently only works if you are listing full ruby versions (eg: 'ruby 2.0.0-p195') - it will not work with partial version numbers, despite ruby-install supporting it.

Note the attributes in the chruby_install cookbook (https://github.com/ichilton/chef_chruby_install) which you can set, for example setting the default ruby.

Expand Down

0 comments on commit e96c53a

Please sign in to comment.