1
0
Fork 0
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:
Peter M. Goldstein 2013-12-26 15:53:26 -08:00
parent b6aa5650c2
commit 9de4639f6a
2 changed files with 3 additions and 3 deletions

View file

@ -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 => '../'