mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Let's run on rubinius again.
This commit is contained in:
parent
50a5ad54ce
commit
a130f848f2
2 changed files with 8 additions and 4 deletions
|
@ -4,3 +4,4 @@ rvm:
|
|||
- 1.9.2
|
||||
- ree
|
||||
- jruby
|
||||
- rubinius
|
9
Gemfile
9
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue