Skip to content

Commit

Permalink
Update default ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ichilton committed Oct 11, 2013
1 parent 83e4f0f commit 36ac91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Include the rubies default recipe (or include rubies in your run list):

# Attributes

**node[:rubies][:list]** - array of ruby types/versions to install, eg: [ 'ruby 1.9.3-p194' ]
**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)

Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Attributes:: default
#

default[:rubies][:list] = ['ruby 1.9.3-p194', 'ruby 2.0.0-p195']
default[:rubies][:list] = ['ruby 2.0.0-p195']

default[:rubies][:install_bundler] = true

0 comments on commit 36ac91d

Please sign in to comment.