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

8 commits

Author SHA1 Message Date
Yuki Nishijima
a98313c08e Do not include xpath as dependency
It will have bundler install capybara 0.3.9 and we can't run the specs with such an old version of capybara.
2013-12-03 11:57:27 +09:00
Akira Matsuda
1a5c0a63bd Choose Ruby 1.8 compatible gems until we drop 1.8 support 2013-12-03 06:07:16 +09:00
Akira Matsuda
119947269b Use activerecord-jdbcsqlite3-adapter gem under jruby 2013-11-25 16:23:49 +09:00
Akira Matsuda
7a388c74dc kaminari doesn't have to always depend on sqlite3
bundle sqlite3 only under AR and DM
2013-11-25 16:00:05 +09:00
Akira Matsuda
4192e636e3 Be sure to bundle AR 3.2.x 2013-08-21 16:31:51 +09:00
SHIBATA Hiroshi
25f55c40e3 use https://rubygems.org instead of :rubygems 2013-04-15 10:11:37 +09:00
SHIBATA Hiroshi
150a57d734 added workaround for travis 2012-11-27 20:19:36 +09:00
Akira Matsuda
cc5a5a8526 decouple AR, DM, mongoid, and mongo_mapper gems from development_dependency into independent Gemfiles so we can test each of them separately 2012-05-23 12:38:30 +09:00