Skip to content

Commit

Permalink
[thoughtbot#12] Use clang to install Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 3, 2012
1 parent cf2bef1 commit 57e5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby
@@ -1,7 +1,7 @@
#!/bin/sh

echo "Installing Ruby 1.9.2 stable and making it the default Ruby ..."
rvm install 1.9.2-p290
rvm install 1.9.2-p290 --with-gcc=clang
rvm use 1.9.2 --default

echo "Installing Rails to write and run web applications ..."
Expand Down

0 comments on commit 57e5966

Please sign in to comment.