1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

decouple AR, DM, mongoid, and mongo_mapper gems from development_dependency into independent Gemfiles so we can test each of them separately

This commit is contained in:
Akira Matsuda 2012-05-17 21:23:37 +09:00
parent 854d04af4b
commit cc5a5a8526
7 changed files with 55 additions and 15 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
.bundle
.idea
Gemfile.lock
gemfiles/*.lock
pkg/*
doc