Let's run on rubinius again.

This commit is contained in:
José Valim 2011-05-18 14:12:06 -04:00
parent 50a5ad54ce
commit a130f848f2
2 changed files with 8 additions and 4 deletions

View File

@ -3,4 +3,5 @@ rvm:
- 1.8.7
- 1.9.2
- ree
- jruby
- jruby
- rubinius

View File

@ -15,11 +15,14 @@ platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
end
platforms :ruby do
platforms :mri_18 do
group :test do
gem "sqlite3-ruby"
gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9'
gem "ruby-debug", ">= 0.10.3"
end
end
platforms :ruby do
gem "sqlite3-ruby"
group :mongoid do
gem "mongo", "~> 1.3.0"