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:
parent
70b28105e7
commit
bcadedc258
2 changed files with 3 additions and 1 deletions
2
.rvmrc
2
.rvmrc
|
|
@ -4,7 +4,7 @@ if [ -e '.rvmrc.local' ]; then
|
|||
elif [ -e '.rvmrc_custom' ] ; then
|
||||
source .rvmrc_custom;
|
||||
else
|
||||
rvm --create use ruby-1.9.2-p290@diaspora
|
||||
rvm --create use ruby-1.9.3-p125@diaspora
|
||||
fi
|
||||
|
||||
if [ "$(gem --version)" != "1.8.17" ]; then
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -1,5 +1,7 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
ruby '1.9.3'
|
||||
|
||||
gem 'rails', '3.1.4'
|
||||
gem 'rails_autolink'
|
||||
gem 'bundler', '~> 1.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue