Skip to content

Commit

Permalink
Bump Ruby version to 1.9.3
Browse files Browse the repository at this point in the history
OS X 10.8 doesn't have a build, and for some reason RVM doesn't want to build it from source:

	$ rvm install ruby-1.9.2-p320
	No binary rubies available for: osx/10.8/x86_64/ruby-1.9.2-p320.
	Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
	The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.
  • Loading branch information
Phil Sturgeon authored and ngiger committed Aug 3, 2014
1 parent 93f9ca5 commit d588c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvm use ruby-1.9.2@veewee --create
rvm use ruby-1.9.3@veewee --create
#rvm use ruby-1.8.7@veewee --create

alias veewee="bundle exec veewee"
Expand Down

0 comments on commit d588c6a

Please sign in to comment.