mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Update ActiveRecord edge to use Minitest rather than TestUnit, and use a more recent version of RSpec without the TestUnit dependencies. Update Travis config to exclude JRuby / ActiveRecord edge until ActiveRecord JDBC driver issue is resolved
This commit is contained in:
parent
b6aa5650c2
commit
9de4639f6a
2 changed files with 3 additions and 3 deletions
|
|
@ -17,10 +17,10 @@ end
|
|||
platforms :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc'
|
||||
gem 'rubysl-test-unit'
|
||||
gem 'minitest'
|
||||
gem 'rubinius-developer_tools'
|
||||
end
|
||||
|
||||
gem 'rspec-rails', '>= 2.0'
|
||||
gem 'rspec-rails', '2.99.0.beta1'
|
||||
|
||||
gemspec :path => '../'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue