specify ruby 1.9.3 in bundler for heroku. this requires a Successfully installed bundler-1.2.0.pre

1 gem installed
Installing ri documentation for bundler-1.2.0.pre...
Building YARD (yri) index for bundler-1.2.0.pre...
Installing RDoc documentation for bundler-1.2.0.pre... [ci skip]
This commit is contained in:
danielgrippi 2012-05-12 22:59:41 -07:00
parent 70b28105e7
commit bcadedc258
2 changed files with 3 additions and 1 deletions

2
.rvmrc
View file

@ -4,7 +4,7 @@ if [ -e '.rvmrc.local' ]; then
elif [ -e '.rvmrc_custom' ] ; then elif [ -e '.rvmrc_custom' ] ; then
source .rvmrc_custom; source .rvmrc_custom;
else else
rvm --create use ruby-1.9.2-p290@diaspora rvm --create use ruby-1.9.3-p125@diaspora
fi fi
if [ "$(gem --version)" != "1.8.17" ]; then if [ "$(gem --version)" != "1.8.17" ]; then

View file

@ -1,5 +1,7 @@
source 'http://rubygems.org' source 'http://rubygems.org'
ruby '1.9.3'
gem 'rails', '3.1.4' gem 'rails', '3.1.4'
gem 'rails_autolink' gem 'rails_autolink'
gem 'bundler', '~> 1.1.0' gem 'bundler', '~> 1.1.0'