using ruby 1.8.7

This commit is contained in:
zhitomirskiyi 2010-11-22 15:45:38 -08:00
parent bedc7ca41b
commit efd9537e33
2 changed files with 2 additions and 2 deletions

View file

@ -28,4 +28,4 @@ def harden_ruby(ruby_string)
end end
harden_ruby("ree") harden_ruby("ruby-1.8.7-p302")

View file

@ -12,7 +12,7 @@ def harden_ruby(ruby_string)
end end
harden_ruby("ree") harden_ruby("ruby-1.8.7-p302")
include_recipe "centos::image_magick" include_recipe "centos::image_magick"
include_recipe "centos::mongo_db" include_recipe "centos::mongo_db"