Revert "Ruby 2.0.0 preview on Heroku"

This reverts commit f47e6a2d40.
This commit is contained in:
Erik Michaels-Ober 2013-01-06 00:04:10 -08:00
parent c554c751bf
commit 072fcec42b
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
2.0.0-preview2

View File

@ -3,4 +3,4 @@ before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
language: ruby
rvm:
- ruby-head
- 1.9.3

View File

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