Update Ruby to version 2.0.0

This commit is contained in:
Erik Michaels-Ober 2013-07-09 19:44:15 +02:00
parent 57e6bc4ea5
commit 2a9637e452
3 changed files with 4 additions and 3 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.0.0-p247

View File

@ -4,11 +4,11 @@ before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
language: ruby
rvm:
- 1.9.3
- 2.0.0
deploy:
api_key:
secure: "q1sCaofDYIfYNgiqTjR1awMsfmy3mleYRPzLvksJMfQF3iY3mfntXu98exuv1vHK+qoQWyXLhLjhRhpfxVJ+QULltvFavrhv35WEDzGRnDDn2saVaOhOFaJ+Izgq3Dw8vFrN7Y6zhGkMa7QY48D+Ux29kvQ4j7TV3A8lijsusOk="
on:
rvm: 1.9.3
rvm: 2.0.0
provider: heroku
run: "rake db:migrate"

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '1.9.3'
ruby '2.0.0'
gem 'rails', '~> 3.2'