Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
remove include_java recipe and added comma for default_rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
JaMile Jackson committed Sep 26, 2012
1 parent a1543fa commit 62b72ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/rvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#"ruby-1.9.2-p290" => { :env => "CC=gcc-4.2" },
"ruby-1.9.3-p125" => { :env => "CC=gcc-4.2" },
},
"default_ruby" => "ruby-1.9.3-p125"
"default_ruby" => "ruby-1.9.3-p125",
"default_rubygems" => "1.8.10"
}
2 changes: 1 addition & 1 deletion recipes/rvm.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include_recipe "pivotal_workstation::java"
#include_recipe "pivotal_workstation::java"
include_recipe "pivotal_workstation::git"

rvm_git_revision_hash = version_string_for("rvm")
Expand Down

0 comments on commit 62b72ec

Please sign in to comment.